Re: [Super-tux-devel] Font
Brought to you by:
wkendrick
From: Benjamin P. J. <bp...@gm...> - 2004-05-05 20:00:51
|
--> http://www.phreakzone.com/tmp/index.html >Hey there, > > Benjamin, I added support for your fonts (I tried the atari package), but >there are problems with your big and small fonts, it looks like they don't >have the same height... > > strange.... double-checked it: - 16*16 characters = 256 'tiles' - normal font: 16 * 18 px (image size: 256 * 288) - big font : 20 * 22 px (image size: 320 * 360) - small font : 8 * 9 px (image size: 128 * 144) The height of each of the rows seems to be right. > Besides, there are two empty rows in the beginning, could you remove those. >(the big and small letters can be related with this, it looks like these two >spaces are not equivalent to two heights.) > > The two empty rows were ment as a placeholder for charakters that ain't printable (such as Enter, ESC, etc.) I thought it would be a nice thing to have graphical representations of those one day... e.g. a small TAB-key for charakter 9 (Horizontal Tab ~ HT). The grid-size is perfectly OK -- dunno what might 've happend when you say 'these two spaces are not equivalent to two heights) ... the two empty rows have exactly the height of two charakters! Redid the scale down once again just to make sure (original size of my charakters was 32*36 in ascii_big.xcf). Please try the new atari_letters.tar.gz and tell me if the height still ain't alright. Anyway ... if you're of the opinion that we don't need the two lines as a placeholder for graphical representation of non-printable characters I'll remove them. > A part from that, it is really cool to be able to type those new >characters. ;) > >Good work, > > Thanks :-) |