Search found 3 matches
- Sat Aug 20, 2005 4:14 pm
- Forum: PSP Development
- Topic: Getting lowercase letters into Font.c.
- Replies: 3
- Views: 1723
- Fri Aug 19, 2005 2:45 pm
- Forum: PSP Development
- Topic: Getting lowercase letters into Font.c.
- Replies: 3
- Views: 1723
Alright, using a program called FontGen (http://www.8052.com/users/bahrio/fontgen.phtml), I was able to convert some text to hexidecimal and use it in my code. I couldn't get the fonts to be exactly 8 pixels high though, so I had to copy select lines of the letter code and paste it into my font file...
- Thu Aug 18, 2005 4:29 pm
- Forum: PSP Development
- Topic: Getting lowercase letters into Font.c.
- Replies: 3
- Views: 1723
Getting lowercase letters into Font.c.
I am almost done creating a text input prototype for the PSP based off of the Hello World code, and am running into a problem with the font. I need to be able to display both uppercase and lowercase letters, but the font that's in font.c uses uppercase letters for both the uppercase and lowercase le...