yudit-0.99.patch3 This patch was contributed by Roman Czyborra It turns on hinting, you will get better truetype rendering. It modifies: UFontFreeType.h After applying the patch you should 'make clean; make'. Thanks Roman! *** src/UFontFreeType.h 1998/04/17 00:17:17 --- src/UFontFreeType.h 1998/04/17 00:17:52 *************** *** 46,52 **** typedef int TT_Instance_Metrics; #define UTT_LOAD_FLAGS 0 #else ! #define UTT_LOAD_FLAGS TTLOAD_SCALE_GLYPH #endif class UFreeTypeGlyph --- 46,52 ---- typedef int TT_Instance_Metrics; #define UTT_LOAD_FLAGS 0 #else ! #define UTT_LOAD_FLAGS TTLOAD_SCALE_GLYPH|TTLOAD_HINT_GLYPH #endif