From f0cd69c1b4d1061667ff3da04adac9a4d5d379d9 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 28 May 2007 15:42:09 +0000 Subject: [PATCH] 2007-05-28 David Turner * src/autofit/afglobal.c: change default hinting script to CJK, since it works well with a larger array of scripts. thanks to "Rahul Bhalerao" for pointing this out ! --- ChangeLog | 7 +++++++ src/autofit/afglobal.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42f046952..c75f2b64c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-28 David Turner + + * src/autofit/afglobal.c: change default hinting script to + CJK, since it works well with a larger array of scripts. thanks to + "Rahul Bhalerao" for pointing this out ! + 2007-05-25 Werner Lemberg * 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 * src/truetype/ttgload.c (load_truetype_glyph): Fix last change to diff --git a/src/autofit/afglobal.c b/src/autofit/afglobal.c index ccb3b190d..2081f7ed8 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