Hi so in a project i'm currently working, I'm using a bitmapfontatlas for a score area.
However my problem is that, when I introduce alpha channel to the font.bmp the coloring no longer works on the iphone.
However, when I remove the alpha channel it colors it correctly, but now the alpha is gone.
In the demo, AtlasTest.m - @implementation Atlas3 has a colored font.
There is a note about not having a pre-multiplied alpha channel, looking at "bitmapFontTest2.bmp" in photoshop, shows a font with a blackbackground.
I feel like theres some step, i'm missing i've tried saving the bmp differently advanced via the advanced modes (im using photoshop) - to no avail.
Does anyone have any suggestions?