Seldszar / fontpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fontpack

Yet another bitmap font packer

Table of Contents

Install

$ npm install spitepack

Usage

Create a manifest.json file in the folder containing your fonts following the JSON Schema, then run fontpack.

Here's an example:

[
  {
    "name": "DMD Large",
    "size": 19,
    "sources": [
      "dmd-large/symbols/*"
    ]
  },
  {
    "name": "DMD Medium",
    "size": 10,
    "sources": [
      "dmd-medium/symbols/*"
    ]
  }
]

Author

Alexandre Breteau - @0xSeldszar

License

MIT © Alexandre Breteau

About

License:MIT License


Languages

Language:JavaScript 100.0%