Commit 3229b8800525993ae1f39cd303c81919e3e693c0

Werner Lemberg 2003-06-05T04:28:17

* include/freetype/config/ftoption.h: Defining TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING by default is a bad idea since some fonts (e.g. Arial) produce worse results than without hinting. Reverted.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 21f2c9a..dbf532e 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -424,7 +424,7 @@ FT_BEGIN_HEADER
   /* For this to work you must also define                                 */
   /* TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING.                          */
   /*                                                                       */
-#define TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
+#undef  TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
 
 
   /*************************************************************************/