shithub: freetype+ttf2subf

Download patch

ref: aa52eab74a26c1dd7ebb80b4fca3cd4d5baa9188
parent: e3be90bf2846969b6a1fb858b5399f534b5cb5c2
author: Werner Lemberg <[email protected]>
date: Mon Jul 2 11:14:50 EDT 2007

Updated.

git/fs: mount .git/fs: mount/attach disallowed
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -10,7 +10,10 @@
       handled correctly, making FreeType increase the heap stack in an
       endless loop.
 
+    - A large  number of  bugs have  been fixed  to avoid  crashes and
+      endless loops with invalid fonts.
 
+
   II. IMPORTANT CHANGES
 
     - The  two new  cache functions  `FTC_ImageCache_LookupScaler' and
@@ -32,6 +35,9 @@
       out  whether  a  given  TrueType  font  uses  patented  bytecode
       instructions.   The  `ft2demos' bundle  contains a  new  program
       called `ftpatchk' which demonstrates its usage.
+
+    - A  new  API  `FT_Face_SetUnpatentedHinting'  has  been  added to
+      enable or disable the unpatented hinter.
 
     - Support for Windows FON files in PE format  has been contributed
       by Dmitry Timoshkov.