Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.06 KB

Bitmapfont Maker

create bitmapfont for pixi.js

screen shot

hehe

output

get start

  • you'll need nodejs and git installed on you computer.
  • run command git clone https://github.com/proudcat/bitmapfont-maker.git
  • run cd bitmapfont-maker & npm install
  • run npm startto start the tool.
  • click importbutton to select font image directory(0.png,1.png)
  • click export button to create bitmapfont file(.png & .xml).

tips

  • image file name is the letter of the font(1.png,a.png,好.png,ス.png).
  • you can find the example at example directory .
  • for now just made the example for pixi.js.

Bitmapfont

bin-package algorithm

  • the tool use bin-package algorithm to make the atlas as small as possible.
  • you can read the details about bin-package algorithm at here.