#157954 - Meduusa - Mon Jun 02, 2008 1:14 pm
In a custom font example that came with devkitpro is it possible to change font size to lets say 16x16 or 32x32 and how? I guess i how to resize a font.bmp in a data folder and make changes to font.h like so
if I want a 16x16 font. But what else I should do to get a 16x16 font?
Code: |
#define font_WIDTH 16 #define font_HEIGHT 1536 |
if I want a 16x16 font. But what else I should do to get a 16x16 font?