[mapguide-commits] r5040 - sandbox/adsk/2.2gp/Oem/gd/freetype/include/freetype/config

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 19 16:10:18 EDT 2010


Author: traianstanev
Date: 2010-07-19 20:10:18 +0000 (Mon, 19 Jul 2010)
New Revision: 5040

Modified:
   sandbox/adsk/2.2gp/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: sandbox/adsk/2.2gp/Oem/gd/freetype/include/freetype/config/ftoption.h
===================================================================
--- sandbox/adsk/2.2gp/Oem/gd/freetype/include/freetype/config/ftoption.h	2010-07-19 16:58:26 UTC (rev 5039)
+++ sandbox/adsk/2.2gp/Oem/gd/freetype/include/freetype/config/ftoption.h	2010-07-19 20:10:18 UTC (rev 5040)
@@ -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