freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2017-ewaldhew 46a062c 33/42: [type1] Switch to Adobe en


From: Hew Yih Shiuan Ewald
Subject: [freetype2] GSoC-2017-ewaldhew 46a062c 33/42: [type1] Switch to Adobe engine.
Date: Sun, 27 Aug 2017 20:33:22 -0400 (EDT)

branch: GSoC-2017-ewaldhew
commit 46a062c50beca216a75c241d0d49efb1172f0407
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;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]