How to create a BitmapFont for Cocos Creator?

Hi…,

I try to create a BitmapFont for Cocos Creator with Littera — bitmap font generator

Littera exports a font.fnt and font.png file, which I drag to my Cocos Creator fonts folder. Cocos Creator gives me then this warning:

Does anybody know how to create Bitmap Fonts and how to use them in Cocos Creator?

Thanks

Mike

format must be “text (.fnt)”

2 Likes

Hi @phero_constructs,

that worked. Thank you very much

Mike