mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 19:18:02 +02:00
* include/freetype/config/ftoption.h: disabling TrueType bytecode
interpreter, until the UNPATENTED_HINTING works as advertised
This commit is contained in:
parent
10c4bd014c
commit
6932c2e5d5
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2003-08-18 David Turner <david@freetype.org>
|
||||
|
||||
* include/freetype/config/ftoption.h: disabling TrueType bytecode
|
||||
interpreter, until the UNPATENTED_HINTING works as advertised
|
||||
|
||||
* src/autohint/ahhint.c (ah_hinter_load_glyph): fixed bug
|
||||
|
||||
* Jamfile: adding the "refdoc" target to the Jamfile in order to
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue