Enabled the bytecode interpreter with the unpatented hinting system, ftoption.h warns that this doesn't work as advertise, if anyone has any problems, disable it. This improves the quality of some of the fonts dramatically.

svn path=/trunk/; revision=7918
This commit is contained in:
Richard Campbell 2004-01-30 13:10:42 +00:00
parent b61bc104f2
commit acb0c0998c

View file

@ -257,7 +257,7 @@ FT_BEGIN_HEADER
/* The maximum number of modules that can be registered in a single */
/* FreeType library object. 32 is the default. */
/* */
#define FT_MAX_MODULES 32
#define FT_MAX_MODULES 16384
/*************************************************************************/
@ -399,7 +399,7 @@ FT_BEGIN_HEADER
/* 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
/*************************************************************************/
@ -414,7 +414,8 @@ FT_BEGIN_HEADER
/* XXX: WARNING: THIS DOESN'T WORK AS ADVERTISED YET. PLEASE DO NOT */
/* DEFINE FOR THE MOMENT.. */
/* */
/* #define TT_CONFIG_OPTION_UNPATENTED_HINTING */
#define FT_DEBUG_HOOK_UNPATENTED_HINTING
#define TT_CONFIG_OPTION_UNPATENTED_HINTING
/*************************************************************************/