joyrider
Active Member
Simple question
what fonts do you guys use on the gp2x when programming for it? and what library. I used to use SDL_TTF but with the font that i used it isn't very clear when using a smaller font.
I tried SFont today and used some script for the gimp and sfontmaker to generate the final font file it looked a bit better then SDL_TTF even though i used the same font but i'm guessing it all depends on which font u actually use.
i'm intrested in normal fonts for normal displaying of text and monotype fonts (they have a fixed width). for entering highscores and such (so that i can make a little cursor beneath the selected letter that is always the size of 1 letter).
what fonts do you guys use on the gp2x when programming for it? and what library. I used to use SDL_TTF but with the font that i used it isn't very clear when using a smaller font.
I tried SFont today and used some script for the gimp and sfontmaker to generate the final font file it looked a bit better then SDL_TTF even though i used the same font but i'm guessing it all depends on which font u actually use.
i'm intrested in normal fonts for normal displaying of text and monotype fonts (they have a fixed width). for entering highscores and such (so that i can make a little cursor beneath the selected letter that is always the size of 1 letter).