summaryrefslogtreecommitdiff
path: root/lib/freetype/docs/CHANGES
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@cvs.openbsd.org>2012-07-07 16:45:05 +0000
committerDavid Coppa <dcoppa@cvs.openbsd.org>2012-07-07 16:45:05 +0000
commita005557c893a1c657747e4e322c2c6b98f931e23 (patch)
tree99f128ba29eadc9371dce0386ab23a8b81e20220 /lib/freetype/docs/CHANGES
parent183abf961090bb66c6a66474d7a488ee4dea4393 (diff)
Update to freetype-2.4.10.
With help and ok matthieu@
Diffstat (limited to 'lib/freetype/docs/CHANGES')
-rw-r--r--lib/freetype/docs/CHANGES25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/freetype/docs/CHANGES b/lib/freetype/docs/CHANGES
index ae5793282..75042d593 100644
--- a/lib/freetype/docs/CHANGES
+++ b/lib/freetype/docs/CHANGES
@@ -1,4 +1,29 @@
+CHANGES BETWEEN 2.4.9 and 2.4.10
+
+ I. IMPORTANT BUG FIXES
+
+ - Incremental glyph loading as needed by ghostscript was broken.
+
+
+ II. MISCELLANEOUS
+
+ - A new function `FT_Outline_EmboldenXY', contributed by Alexei
+ Podtelezhnikov.
+
+ - In the `ftview' demo program, key `e' has been replaced with `x'
+ and `y' to embolden in the horizontal and vertical direction,
+ respectively.
+
+ - The glyph spacing computation in `FT_GlyphSlot_Embolden' (and
+ similar code in `ftview') has been improved.
+
+ - Minor improvements to the TrueType bytecode interpreter and
+ glyph loader, the auto-hinter, and the B/W rasterizer.
+
+
+======================================================================
+
CHANGES BETWEEN 2.4.8 and 2.4.9
I. IMPORTANT BUG FIXES