Re: [Super-tux-devel] Font
Brought to you by:
wkendrick
From: Ingo R. <gr...@gm...> - 2004-05-05 09:46:14
|
Ryan Flegel <rf...@gm...> writes: > 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 The order and number of row/columns in which the characters apear is really not that important, one can easily implemented a mapping table in code that maps the ASCII index to the right position. -- WWW: http://pingus.seul.org/~grumbel/ JabberID: gr...@ja... ICQ: 59461927 |