mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
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:
parent
b61bc104f2
commit
acb0c0998c
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue