Re: [Super-tux-devel] Font
Brought to you by:
wkendrick
From: Benjamin P. J. <bp...@gm...> - 2004-05-05 09:34:42
|
>Umm.. that looks like 16x32. 32x8 would be the "best" size (32 * 8 = >256). This way each letter could be accessed by: > c_x = c % 32 > c_y = c / 32 > > well... it IS 16x16, actually... dunno why I wrote 32x32. (?confused?) Anyway... 16x16 = 256, too. |