[mapguide-commits] r5046 - branches/2.2/MgDev/Oem/gd/freetype/include/freetype/config

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jul 21 11:44:03 EDT 2010


Author: brucedechant
Date: 2010-07-21 15:44:03 +0000 (Wed, 21 Jul 2010)
New Revision: 5046

Modified:
   branches/2.2/MgDev/Oem/gd/freetype/include/freetype/config/ftoption.h
Log:
Enabled TrueType font hinting for FreeType. The Apple patents have expired, so this option can be enabled (see http://freetype.sourceforge.net/patents.html).

For visual comparison of the results, this site has side by side comparison of fuzziness: http://www.entropy.ch/software/macosx/docs/openoffice-mac/freetype-comparison.png


Modified: branches/2.2/MgDev/Oem/gd/freetype/include/freetype/config/ftoption.h
===================================================================
--- branches/2.2/MgDev/Oem/gd/freetype/include/freetype/config/ftoption.h	2010-07-21 10:14:11 UTC (rev 5045)
+++ branches/2.2/MgDev/Oem/gd/freetype/include/freetype/config/ftoption.h	2010-07-21 15:44:03 UTC (rev 5046)
@@ -458,7 +458,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
 
 
   /*************************************************************************/



More information about the mapguide-commits mailing list