[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] ewaldhew-cleaned ca1f227 17/20: [type1] Switch to Adobe engi
From: |
Hew Yih Shiuan Ewald |
Subject: |
[freetype2] ewaldhew-cleaned ca1f227 17/20: [type1] Switch to Adobe engine. |
Date: |
Mon, 24 Jul 2017 00:33:25 -0400 (EDT) |
branch: ewaldhew-cleaned
commit ca1f2279c5ed91e3cc3b73a6306232fc622cee35
Author: Ewald Hew <address@hidden>
Commit: Ewald Hew <address@hidden>
[type1] Switch to Adobe engine.
* src/type1/t1objs.c (T1_Driver_Init): Set default to Adobe engine.
---
src/type1/t1objs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/type1/t1objs.c b/src/type1/t1objs.c
index dab556f..8cdbb93 100644
--- 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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] ewaldhew-cleaned ca1f227 17/20: [type1] Switch to Adobe engine.,
Hew Yih Shiuan Ewald <=