summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwald Hew <ewaldhew@gmail.com>2017-07-24 11:51:58 +0800
committerEwald Hew <ewaldhew@gmail.com>2017-08-21 14:17:43 +0800
commit6e52516e97c555c33646ae44471566b09153dd7b (patch)
tree6d87c4e1d38371dcbb704d2f0bea8ef83137f975
parentf5631c9957d8add85075448b7daf8a5aa9d96eb8 (diff)
downloadfreetype2-6e52516e97c555c33646ae44471566b09153dd7b.tar.gz
[type1] Switch to Adobe engine.
* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
-rw-r--r--src/type1/t1objs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index dab556f0a..8cdbb938a 100644
--- a/src/type1/t1objs.c
+++ b/src/type1/t1objs.c
@@ -587,7 +587,7 @@
/* set default property values, cf. `ftt1drv.h' */
- driver->hinting_engine = FT_T1_HINTING_FREETYPE;
+ driver->hinting_engine = FT_T1_HINTING_ADOBE;
driver->no_stem_darkening = TRUE;