ref: 2cd790d7e2de40dadea5a2a5ffacdfc7e0e56461
parent: 46e05c443b02a4d44d0502063549ab91fde8b213
author: Werner Lemberg <[email protected]>
date: Sun Jul 19 07:18:00 EDT 2009
Document recent library changes. * docs/CHANGES: Do it.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-19 Werner Lemberg <[email protected]>
+
+ Document recent library changes.
+
+ * docs/CHANGES: Do it.
+
2009-07-17 Werner Lemberg <[email protected]>
Fix Savannah bug #23786.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -5,7 +5,14 @@
- If all ASCII digits in a font have the same (unscaled) width,
the autohinter respects this and won't change it.
+ - TrueType fonts are now rasterized correctly if the horizontal
+ and vertical resolution differ.
+ - Type 1 fonts are now handled with increased precision internally
+ to avoid serious rounding issues if non-integral coordinates are
+ encountered.
+
+
II. IMPORTANT CHANGES
- Support for the SFNT cmap 13 table format (as defined by the new
@@ -13,6 +20,7 @@
- B/W rasterization of well-hinted TrueType fonts at small sizes
has been greatly improved.
+
III. MISCELLANEOUS