* 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.
This commit is contained in:
parent
6ab5624330
commit
3229b88005
|
@ -424,7 +424,7 @@ FT_BEGIN_HEADER
|
||||||
/* For this to work you must also define */
|
/* For this to work you must also define */
|
||||||
/* TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING. */
|
/* TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING. */
|
||||||
/* */
|
/* */
|
||||||
#define TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
|
#undef TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue