vikramarka / createjsbitmaptext

bitmap font support for createjs library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow use of sprite sheet

caranicas opened this issue · comments

CreateJS BitmapText takes a sprite sheet as a param not a BitmapFont, I think that BitmapTextField should work similarly.

Bitmap font is a support class which takes an image and xml (as exported with any bitmap font exporters) and it creates a spritesheet inside, by parsing the xml values. CreateJS BitmapText does not support kerning. This is because the spritesheet data does not have any information related to kerning.

I am closing this issue. Please reopen the issue if you need more clarification.