summaryrefslogtreecommitdiff
path: root/src/truetype/truetype.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2006-08-25 22:45:13 +0000
committerDavid Turner <david@freetype.org>2006-08-25 22:45:13 +0000
commit6aa260ce61d6567a94c47401670ba2f4c7d40005 (patch)
treef17a7e6df039af0caa2bd6ab328f9059945021ec /src/truetype/truetype.c
parent088e44e87773d612d2be6433697c17b3733ec4da (diff)
downloadfreetype2-6aa260ce61d6567a94c47401670ba2f4c7d40005.tar.gz
support for "automatic unpatented hinting" added
we still need to determine the list of "trick" CJK fonts that are going to toggle the bytecode interpreter instead of the auto-hinter
Diffstat (limited to 'src/truetype/truetype.c')
-rw-r--r--src/truetype/truetype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/truetype/truetype.c b/src/truetype/truetype.c
index 4abb01ec5..5cb342a7d 100644
--- a/src/truetype/truetype.c
+++ b/src/truetype/truetype.c
@@ -24,7 +24,7 @@
#include "ttgload.c" /* glyph loader */
#include "ttobjs.c" /* object manager */
-#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+#ifdef TT_USE_BYTECODE_INTERPRETER
#include "ttinterp.c"
#endif