Hi all.
Let's say that I have an alphabet for use in cocos, with some effects (for example glowing / dropshadowing) done in Photoshop.
Since CCBitmapFontAtlas uses the angelcode format, I can't find a way to import my letters using it. Since the letters have effects applied to them, I can't use the .TTF and BMFont to make a conversion.
The solution I've found is to slice up the letters into individual images, and use ZWOPTEX to load a spritesheet.
Do I lose any performance doing this?
Has anyone else run into the same problem?
Thanks!