Hi guys,
I've been reading this forum for a while now, but haven't posted much until now. With our game now finally nearing release (after many months of development), I found some time to clean up one of our internally made tools to make it useable for others. Hopefully some of you will find it helpful.
Early on in development, we created a Mac OS X native font atlas image maker. This was made before I found the other tools (like Hiero) that are now available. I think it's still a rather useful tool; fast and easy to use.

The app outputs label atlas images, as well as plist files containing font layout info, such as the glyph advance values, for each atlas created.
Also included is a LabelAtlas subclass which uses the created atlas image and plist files to create and draw strings in cocos2d. One of the neat features of the class is that it has a setting for adjusting the kerning.
You can download the app here:
http://indeeo.com/development/LabelAtlasCreator.zip
Please let me know if you have any comments or suggestions!