From 7373e6c8d723bf233eeedae66f5108b8660ef9b3 Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Thu, 24 Jun 2004 10:01:41 +0000 Subject: [PATCH] Fixed line-spacing issues with FreeSans font by moving the descriptions up a few pixels. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 56674fc2d..da828ac8d 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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);