Cocos2d font : How to create .fnt file for CCLabelBMFont? ( Any free bitmap font creation tool ? )

前端 未结 1 1290
星月不相逢
星月不相逢 2021-02-11 02:19

Cocos2d: How to create .fnt file for font texture atlas?

Any free bitmap font creation tool?

Now I have all single character image.. and created texture grid in

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-11 02:43

    I'm using bmGlyph for Mac. It costs 9.99$ in AppStore but it's working and it fulfills my needs so I think it's worth it. I don't know how it is in comparation with Glyph Designer, but it's at least a lot cheaper.

    With bmGlyph you can import any font and then adjust colors, shadows, gradients, outline and a lot more. It has Cocos2D-support and it exports your fonts to .png and .fnt that you can load in cocos2D using CCLabelBMFont.

    0 讨论(0)
提交回复
热议问题