shithub: freetype+ttf2subf

Download patch

ref: 234b987ef62676a5580ce90628ae63b11cf0fb75
parent: 06474c3e5bef23c3d056403798d1c512f3d0da38
author: Werner Lemberg <[email protected]>
date: Fri Apr 26 10:10:12 EDT 2013

* docs/CHANGES: Updated.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26  Werner Lemberg  <[email protected]>
+
+	* docs/CHANGES: Updated.
+
 2013-04-13  Werner Lemberg  <[email protected]>
 
 	[cff] Add a new Type 2 interpreter and hinter.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,27 @@
 
   I. IMPORTANT CHANGES
 
+    - We have another CFF parsing and hinting engine!  Written by Dave
+      Arnold <[email protected]>,  this work  has been  contributed by
+      Adobe in  collaboration with Google.   It is vastly  superior to
+      the old CFF engine, and it  will replace it in the next release.
+      Right  now,  it  is  still  off by  default,  and  you  have  to
+      explicitly select it using  the new `hinting-engine' property of
+      the cff driver:
+
+        ...
+        #include FT_CFF_DRIVER_H
+
+        FT_Library  library;
+        int         engine = FT_CFF_HINTING_ADOBE;
+
+
+        ...
+        FT_Property_Set( library, "cff", "hinting-engine", &engine );
+
+      Right now, the code has a (mature) beta status; we encourage all
+      users to test it and report any problems.
+
     - 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