I'm currently making a proof-of-concept program to test my text input method, the only problem so far is that I can't seem to find in my Windows fonts a font that would display properly at small size on a 320x240 screen.
What I need is a fixed-width font, in a .ttf file. I'm using SDL_ttf, and I wanna get a 80x24 screen out of it or so (not so sure about it because that would mean 4 pixel-wide characters..)
What I need is a fixed-width font, in a .ttf file. I'm using SDL_ttf, and I wanna get a 80x24 screen out of it or so (not so sure about it because that would mean 4 pixel-wide characters..)