04 Eki 2006 Çar 19:52 tarihinde, Ismail Donmez şunları yazmıştı: 
> 04 Eki 2006 Çar 19:45 tarihinde şunları yazmıştınız:
> > Did you enable the bytecode interpreter in FreeType for the second
> > example ? It doesn't seem so.
>
> Freetype library did not change between tests ( I am actually just
> installing old libXft testing, installing new libXft testing ), so I don't
> think thats the problem but I agree it just looks like that indeed.

For reference I applied the following patch to Freetype sources before 
building.

Thanks,
ismail
Index: include/freetype/config/ftoption.h
===================================================================
RCS file: /cvsroot/freetype/freetype2/include/freetype/config/ftoption.h,v
retrieving revision 1.113
diff -u -r1.113 ftoption.h
--- include/freetype/config/ftoption.h	26 Sep 2006 21:55:44 -0000	1.113
+++ include/freetype/config/ftoption.h	28 Sep 2006 07:20:43 -0000
@@ -92,7 +92,7 @@
   /* This is done to allow FreeType clients to run unmodified, forcing     */
   /* them to display normal gray-level anti-aliased glyphs.                */
   /*                                                                       */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /*************************************************************************/
@@ -456,7 +456,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
 
 
   /*************************************************************************/
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to