ref: 3229b8800525993ae1f39cd303c81919e3e693c0
parent: 6ab5624330877f27b786c3616907d01cf805edc5
author: Werner Lemberg <[email protected]>
date: Thu Jun 5 00:28:17 EDT 2003
* 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.
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -424,7 +424,7 @@
/* 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
/*************************************************************************/