Commit e28550af185eb75f8f9681dc9dda8d66c6274876

Ewald Hew 2017-09-25T08:05:19

Switch to Adobe engine. * src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.

diff --git a/ChangeLog b/ChangeLog
index 24ad011..c7288c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-09-25  Ewald Hew  <ewaldhew@gmail.com>
 
+	[type1] Switch to Adobe engine.
+
+	* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
+
+2017-09-25  Ewald Hew  <ewaldhew@gmail.com>
+
 	[psaux] Extend Adobe interpreter (seac).
 
 	This concludes the changes needed to add Type 1 support.
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index dab556f..8cdbb93 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;