From 3229b8800525993ae1f39cd303c81919e3e693c0 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 5 Jun 2003 04:28:17 +0000 Subject: [PATCH] * 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. --- include/freetype/config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 21f2c9a54..dbf532eff 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 /*************************************************************************/