ref: e28550af185eb75f8f9681dc9dda8d66c6274876
parent: d813b5da5994807fe2357eddae95bd6642e3e7bb
author: Ewald Hew <[email protected]>
date: Mon Sep 25 04:05:19 EDT 2017
Switch to Adobe engine. * src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-09-25 Ewald Hew <[email protected]>
+ [type1] Switch to Adobe engine.
+
+ * src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
+
+2017-09-25 Ewald Hew <[email protected]>
+
[psaux] Extend Adobe interpreter (seac).
This concludes the changes needed to add Type 1 support.
--- 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;