Switch to Adobe engine.

* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
This commit is contained in:
Ewald Hew 2017-09-25 08:05:19 +02:00 committed by Werner Lemberg
parent d813b5da59
commit e28550af18
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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).

View File

@ -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;