You could also write your own font generator. This is easy of you use just a default TBitmap and render the font with TextOut or something like that. You could also use a TGA for that. This way its your decision of how big each character will be. The coordinates you can save in an array, dump it to a file so you can also load it later on and don't have to generate it.