One bitmap contains font type 1 (8x8)
One bitmap contains font type 2 (16x16)
Rather than do this:
font1=LoadAnimImage("graphics/font_small.png",8,8,0,320)
font2=LoadAnimImage("graphics/font_large.png",16,16,0,256)
How would I combine both fonts into a single .PNG file?
Thanks all
One bitmap contains font type 2 (16x16)
Rather than do this:
font1=LoadAnimImage("graphics/font_small.png",8,8,0,320)
font2=LoadAnimImage("graphics/font_large.png",16,16,0,256)
How would I combine both fonts into a single .PNG file?
Thanks all