From 2cca96694f6d658077f92d28e8a379c9d417ac55 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 20 Sep 2013 07:23:34 +0200 Subject: [PATCH] * docs/CHANGES: Updated. --- ChangeLog | 4 ++++ docs/CHANGES | 26 +++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1f4c0efce..cca19c4e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-20 Werner Lemberg + + * docs/CHANGES: Updated. + 2013-09-20 Behdad Esfahbod Fix vertical size of emboldened glyphs. diff --git a/docs/CHANGES b/docs/CHANGES index 0edc7832f..21b4fdce2 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -5,8 +5,18 @@ CHANGES BETWEEN 2.5 and 2.5.1 - For some WinFNT files, the last glyph wasn't displayed but incorrectly marked as invalid. + - The vertical size of glyphs was incorrectly set after a call to + `FT_GlyphSlot_Embolden', resulting in clipped glyphs. - II. MISCELLANEOUS + + II. IMPORTANT CHANGES + + - WOFF support has been added. + + - The auto-hinter now supports Hebrew. + + + III. MISCELLANEOUS - The stem darkening feature of the new CFF engine can now be fine-tuned with the new `darkening-parameters' property. @@ -14,6 +24,20 @@ CHANGES BETWEEN 2.5 and 2.5.1 - `ftgrid' has been updated to toggle various engines with the `H' key, similar to `ftview' and `ftdiff'. + - Better support of ARMv7 and x86_64 processors. + + - Apple's `sbix' color bitmap format is now supported. + + - Improved auto-hinter rendering for many TrueType fonts, + especially in the range 20-40ppem. + + - A new face flag `FT_FACE_FLAG_COLOR' has been added (to be + accessed with the macro `FT_HAS_COLOR'). + + - `FT_Gzip_Uncompress' (modeled after zlib's `uncompress' + function) has been added; this is a by-product of the newly + added WOFF support. + ======================================================================