Hi,
i've ripped original font included in SGDK.
http://www.toofiles.com/fr/oip/documents/bmp/font.html
Modify this image, replace the letters by yours (it's possible to find nice font on the web)
Be sure your font is 8*8 pixels!
Then convert your image with genitile (for example)
Call it with :
Code: Select all
VDP_doVRamDMA((u32) font_tiles, 41984, 3072);
Then you could be able to draw text with your new font simply by using VDP_drawText function.
When replacing color, be carreful. I'm working with photsop and i used color 15 and 14 to make a 2-colors font.
When working with photoshop, if using color 1 (check the palette) will result VDP_drawText command line will use color 1 of the textpalette.
I d'ont know if i'm very clear, but if i can help
