15 Oct
2007
15 Oct
'07
6:07 p.m.
Hi Matthias, can you please try the little patch against fltk below. It should fix the issue with --disable-xft and should not harm in case that xft is enabled. If it works for you I will send it to the fltk mailling list. Johannes --- src/x11/Font_xlfd.cxx.orig 2007-10-15 17:43:16 +0200 +++ src/x11/Font_xlfd.cxx 2007-10-15 17:43:53 +0200 @@ -432,7 +432,7 @@ void fltk::drawtext_transformed(const ch #if !X_UTF8_FONT XDrawString16(xdisplay, xwindow, gc, int(floorf(x+.5f)), - int(floorf(y+.5f)), buffer, n); + int(floorf(y+.5f)), buffer, count); #else #ifdef FONT_DEBUG //printf("current = %s\n", current->name);