Hello,
is there any built-in way that I am missing, that allows to use spritefonts in Gideros? A bitmap with letters (like
this)? I couldn't find something along that lines, the Font Creator only creates these things from ttf-files if I am not mistaken...!?
Thanks!
Comments
You need the .fnt file that maps the individual characters in the bitmap. The example above does actually link to a version with it here (refering to AngelCodeFont users in the thread).
Using ttfs as a source and exporting to a bitmap is the best way in my experience. There are "millions" of free fonts available on the web and you can get better quality bitmap fonts from them because they are scalable vectors.
If you need to jazz up your ttf fonts (shade them, add shadows and gradients etc), Littera is a great online editor/bitmap exporter.
Also, Littera seems great as well, thanks!