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 !
This commit is contained in:
David Turner 2007-05-28 15:42:09 +00:00
parent 1c8980ef4a
commit f0cd69c1b4
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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