The java file downloads and opens up in dashcode.. How do I get
it to actually run the font editor?
----->
Hi,
I've added support for the Hiero Font editor in trunk (v0.8) (r822)
The Hiero Font editor ( http://slick.cokeandcode.com/demos/hiero.jnlp
) let's you create bitmap fonts from TTF fonts.
You can also apply nice effects to the generated fonts like gradients,
shadows, etc.
You can treat each character like an atlas sprite.
This means that you can transform each character with actions, and use
them in the physics engine, etc.
Features:
- Easy to create labels (like in LabelAtlas)
- Easy to transform each character (like in AtlasSprite)
- Easy to generate the "atlas" using 3rd party editor
You can find running examples in AtlasTest.m
3 BitmapFontAtlas that are updated every "tick" aligned right, center and left:
http://lh3.ggpht.com/_7Tp7oCOlWFE/SeynV_SbPgI/AAAAAAAARbs/Q8ftdi7Pw4A/IMG_0001_7.PNG
2 BitmapFontAltas aligned in the center. Some of the characters are
transformed using standard animations:
http://lh4.ggpht.com/_7Tp7oCOlWFE/SeynWVNWGBI/AAAAAAAARb0/h9ODqabngkU/IMG_0002_5.PNG
Thanks to Michael Daley, the author of original Hiero parser:
http://www.71squared.co.uk/2009/04/iphone-game-programming-tutorial-4-bitmap-font-class
riq.