summaryrefslogtreecommitdiff
path: root/src/type1/t1driver.c
diff options
context:
space:
mode:
authorEwald Hew <ewaldhew@gmail.com>2017-09-25 06:33:28 +0200
committerWerner Lemberg <wl@gnu.org>2017-09-25 09:26:59 +0200
commit97704b158ed7eafde7eac8794e1c7df55a58fff7 (patch)
tree829709531b23fbea49137278f22e3c84aa2cf268 /src/type1/t1driver.c
parent645d1b86ade211d1323f6050ec5092b684736b4e (diff)
downloadfreetype2-97704b158ed7eafde7eac8794e1c7df55a58fff7.tar.gz
Add Adobe engine configuration.
Use the previously changed PS_Driver in type1 module to store hinting engine configuration. * include/freetype/ftt1drv.h: New file. Duplicate and rename config options from CFF. * include/freetype/config/ftheader.h (FT_TYPE1_DRIVER_H): New macro. * src/type1/t1driver.c (t1_driver_class): Update declaration. * src/type1/t1objs.c: Include FT_TYPE1_DRIVER_H. (T1_Driver_Init): Update code.
Diffstat (limited to 'src/type1/t1driver.c')
-rw-r--r--src/type1/t1driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type1/t1driver.c b/src/type1/t1driver.c
index c2089947f..866a8244d 100644
--- a/src/type1/t1driver.c
+++ b/src/type1/t1driver.c
@@ -713,7 +713,7 @@
FT_MODULE_DRIVER_SCALABLE |
FT_MODULE_DRIVER_HAS_HINTER,
- sizeof ( FT_DriverRec ),
+ sizeof ( PS_DriverRec ),
"type1",
0x10000L,