summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEwald Hew <ewaldhew@gmail.com>2017-10-12 18:48:57 +0800
committerEwald Hew <ewaldhew@gmail.com>2017-10-12 18:48:57 +0800
commitd2b3b9e682ca60944e02957b9284a3b9a10263a0 (patch)
treeae8da69ca0dd735ee142c5df294ed9a475d7ab60 /devel
parent7e23568b163bc3ab2b4fe735fd538c35246fca05 (diff)
downloadfreetype2-d2b3b9e682ca60944e02957b9284a3b9a10263a0.tar.gz
* devel/ftoption.h: Enable T1_CONFIG_OPTION_OLD_ENGINE by default.
Diffstat (limited to 'devel')
-rw-r--r--devel/ftoption.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index fadda13a6..21af1cd63 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -751,7 +751,7 @@ FT_BEGIN_HEADER
/* switch between the two engines using the `hinting-engine' property of */
/* the type1 driver module. */
/* */
-/* #define T1_CONFIG_OPTION_OLD_ENGINE */
+#define T1_CONFIG_OPTION_OLD_ENGINE
/*************************************************************************/