Package: xserver-xorg
Version: 6.8.2.dfsg.1-10
since the migration from xfree86 to x.org, truetype fonts rendered by X
in legacy applications using Xaw,Xt or Gtk1 look like crap. could you
please enable the truetype hinting so the non-antialiased fonts can look
acceptable again?
attached patch solves the issue.
--
Jindrich Makovicka
--- xorg-x11-6.8.2.dfsg.1.orig/xc/lib/font/FreeType/module/ftoption.h
+++ xorg-x11-6.8.2.dfsg.1/xc/lib/font/FreeType/module/ftoption.h
@@ -436,7 +436,7 @@
/* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */
/* */
-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
/*************************************************************************/