[type1] Switch to Adobe engine.

* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
This commit is contained in:
Ewald Hew 2017-07-24 11:51:58 +08:00
parent f5631c9957
commit 6e52516e97
1 changed files with 1 additions and 1 deletions

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;