shithub: freetype+ttf2subf

Download patch

ref: 0291a5c696361b3de0992550561adb536151426d
parent: 552a956247bb35cc8b7c0fb2371a3f8011a5bb29
author: David Turner <[email protected]>
date: Mon May 28 11:49:08 EDT 2007

updating CHANGES

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	if it is the identity. this cuts a significant percent of CFF glyph
 	loading time
 
+	* docs/CHANGES: updating
+
 	* src/autofit/afglobal.c: change default hinting script to
 	CJK, since it works well with a larger array of scripts. thanks to
 	"Rahul Bhalerao" <[email protected]> for pointing this out !
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -22,6 +22,10 @@
       format  of a  TrueType font.   This  is useful  in handling  PDF
       files.  The code has been contributed by Derek Clegg.
 
+    - The auto-hinter now produces better output by default for
+      non-Latin scripts like Indic. this was done by using the CJK
+      hinting module as default, instead of the Latin one. thanks to
+      Rahul Bhalerao for suggesting this.
 
   III. MISCELLANEOUS