Fixed line-spacing issues with FreeSans font by moving the descriptions up a few pixels.

This commit is contained in:
Karl Ove Hufthammer 2004-06-24 10:01:41 +00:00
parent 29306b3c55
commit 7373e6c8d7

View file

@ -7529,7 +7529,7 @@ void draw_tux_text(int which_tux, char * str, int want_utf8,
wordwrap_text(font, str, black,
img_tux[which_tux] -> w + 5,
(48 * 7) + 40 + 48 + HEIGHTOFFSET + 5,
(48 * 7) + 40 + 48 + HEIGHTOFFSET,
WINDOW_WIDTH, want_utf8, force_locale_font,
want_right_to_left);