shithub: freetype+ttf2subf

Download patch

ref: f0cd69c1b4d1061667ff3da04adac9a4d5d379d9
parent: 1c8980ef4a6b8a5d1f3a4828dbb2b9deda203d76
author: David Turner <[email protected]>
date: Mon May 28 11:42:09 EDT 2007

2007-05-28  David Turner  <[email protected]>

	* 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 !

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-28  David Turner  <[email protected]>
+
+	* 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 !
+
 2007-05-25  Werner Lemberg  <[email protected]>
 
 	* docs/CHANGES: Updated.
@@ -12,6 +18,7 @@
 	* src/truetype/ttobjs.c (tt_size_ready_bytecode)
 	[!TT_USE_BYTECODE_INTERPRETER]: Removed.  Unused.
 
+>>>>>>> 1.1589
 2007-05-22  David Turner  <[email protected]>
 
 	* src/truetype/ttgload.c (load_truetype_glyph): Fix last change to
--- a/src/autofit/afglobal.c
+++ b/src/autofit/afglobal.c
@@ -34,7 +34,7 @@
   };
 
   /* index of default script in `af_script_classes' */
-#define AF_SCRIPT_LIST_DEFAULT  1
+#define AF_SCRIPT_LIST_DEFAULT  2
   /* indicates an uncovered glyph                   */
 #define AF_SCRIPT_LIST_NONE   255