Cocos2d: How to create a .fnt file for a texture font?
Any free bitmap font creation tool?
Now I have all the images with one character .. and the texture mesh is created in Photoshop, is there any free software that makes the texture of the mesh and the .fnt file with the cropped font and coordinates?
As far as I know, there is no tool that does exactly what you want. Since the .fnt file is just an XML file, you can create it manually.
, Mac, - Hiero. Hiero, , , .
Glyph Designer - . 29,99 $, .
, fnt .
bmGlyph Mac. 9.99 $ AppStore, , , , . , Glyph Designer, .
bmGlyph , , , , . Cocos2D .png .fnt, cocos2D CCLabelBMFont.
My solution was to create an atlas using this tool: http://spritesheetpacker.codeplex.com/ . After that, I manually entered the .fnt description file. It works !: D