shithub: freetype+ttf2subf

Download patch

ref: 2688a6c65e48a68df75684e522f2d554947da95d
parent: ccbdc3c42184db820e8b7bb19608ce3ba297d6de
author: Werner Lemberg <[email protected]>
date: Wed May 8 06:00:49 EDT 2013

* docs/CHANGES: Updated.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-05-08  Werner Lemberg  <[email protected]>
 
+	* docs/CHANGES: Updated.
+
+2013-05-08  Werner Lemberg  <[email protected]>
+
 	* src/autofit/aflatin.c (af_latin_metrics_scale_dim): Typo.
 
 2013-05-05  Werner Lemberg  <[email protected]>
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -25,6 +25,25 @@
       The code has  a (mature) beta status; we encourage  all users to
       test it and report any problems.
 
+      In case you want to activate the new CFF engine unconditionally,
+      apply this patch:
+
+--- snip ---
+diff --git a/src/cff/cffobjs.c b/src/cff/cffobjs.c
+index ebcf189..3f2ce6b 100644
+--- a/src/cff/cffobjs.c
++++ b/src/cff/cffobjs.c
+@@ -1056,7 +1056,7 @@
+
+
+     /* set default property values */
+-    driver->hinting_engine    = FT_CFF_HINTING_FREETYPE;
++    driver->hinting_engine    = FT_CFF_HINTING_ADOBE;
+     driver->no_stem_darkening = FALSE;
+
+     return FT_Err_Ok;
+--- snip ---
+
     - The  macro FT_CONFIG_OPTION_OLD_INTERNALS  is no  longer set  by
       default.  In  the next  release, we  will completely  remove the
       associated code.   Please update your  programs in case  you are
@@ -43,6 +62,9 @@
 
     - Using the `H'  key, it is now possible to  select the CFF engine
       in both `ftview' and `ftdiff'.
+
+    - The new command line option `-H' for `ftbench' selects the Adobe
+      CFF engine.
 
     - It is  now possible  to directly select  the LCD  rendering mode
       with the keys `A'-`F' in  `ftview'.  The key mapping for cycling