I can create bitmap fonts just fine, but I’d like to have bitmap fonts of different colors. In my image file the characters are white, and I want to replace the white color with any color of my choice. The problem is that I don’t even know if there’s a way to do this while maintaining hardware acceleration. I searched some older posts but I found no hardware accelerated versions. Is there a way to do it?
Also, just a side question. In order for images to be accelerated, they must not exceed 65536 bytes. Is there any advantage to making images squares? An image that’s 128x128 vs. 256x64… should I expect any difference in performance? Thanks a lot