[type1] Switch to Adobe engine.
* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
This commit is contained in:
parent
f5631c9957
commit
6e52516e97
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue