Commit f0cd69c1b4d1061667ff3da04adac9a4d5d379d9

David Turner 2007-05-28T15:42:09

2007-05-28 David Turner <david@freetype.org> * src/autofit/afglobal.c: change default hinting script to CJK, since it works well with a larger array of scripts. thanks to "Rahul Bhalerao" <b.rahul.pm@gmail.com> for pointing this out !

diff --git a/ChangeLog b/ChangeLog
index 42f0469..c75f2b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-28  David Turner  <david@freetype.org>
+
+	* src/autofit/afglobal.c: change default hinting script to
+	CJK, since it works well with a larger array of scripts. thanks to
+	"Rahul Bhalerao" <b.rahul.pm@gmail.com> for pointing this out !
+
 2007-05-25  Werner Lemberg  <wl@gnu.org>
 
 	* 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  <david@freetype.org>
 
 	* src/truetype/ttgload.c (load_truetype_glyph): Fix last change to
diff --git a/src/autofit/afglobal.c b/src/autofit/afglobal.c
index ccb3b19..2081f7e 100644
--- 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