Original Post
It's come time for me to revamp my font engine in OpenGL for an upcoming project. I am currently using bitmapped fonts but I really hate them. After a good day or so of screwing with FTGL and a few other half-baked libraries I think I've settled on bitmap fonts again unfortunately. (If I'm missing some great new font library someone please clue me in [smile]) Anyway, I realized that since I switched to Linux, one of the things I haven't done is generate a bitmap font. What cross-platform (preferably, but I'll take linux-only) bitmap font generators are there. The only decent one I had is Windows only, and while I could possibly get it running under Cedega, I'd really like to have a native solution. EDIT: I ended up writing my own solution, feel free to check it out. [Edited by - cozman on July 1, 2005 1:37:13 PM]