summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-05-28 15:49:08 +0000
committerDavid Turner <david@freetype.org>2007-05-28 15:49:08 +0000
commit0291a5c696361b3de0992550561adb536151426d (patch)
tree3cb709528caf23e6fb1f99c6e56253c39f41c826
parent552a956247bb35cc8b7c0fb2371a3f8011a5bb29 (diff)
downloadfreetype2-0291a5c696361b3de0992550561adb536151426d.tar.gz
updating CHANGES
-rw-r--r--ChangeLog2
-rw-r--r--docs/CHANGES4
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aaee4f555..e9f86a81d 100644
--- 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" <b.rahul.pm@gmail.com> for pointing this out !
diff --git a/docs/CHANGES b/docs/CHANGES
index 0cbf0c8e8..01c7133e3 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -22,6 +22,10 @@ CHANGES BETWEEN 2.3.5 and 2.3.4
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