summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-11-28 15:31:23 +0100
committerWerner Lemberg <wl@gnu.org>2010-11-28 15:31:23 +0100
commitcd3224411ecd55831c264aa50d8f51cfc402bf80 (patch)
treecf6443bf35bf5176c0bdd6134120d02358c77337
parent7c4ac3cb0c3defe453009503d2a85026227bad55 (diff)
downloadfreetype2-cd3224411ecd55831c264aa50d8f51cfc402bf80.tar.gz
Update CHANGES.
-rw-r--r--docs/CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index db89e3a16..a619db921 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -11,7 +11,15 @@ CHANGES BETWEEN 2.4.3 and 2.4.4
- Detect tricky fonts (e.g. MingLiU) by the lengths and checksums
of Type42-persistent subtables (`cvt ', `fpgm', and `prep') when
- a TrueType font without family name is given.
+ a TrueType font without family name is given. The previous fix,
+ introduced in 2.4.3, was too rigorous, causing many subsetted
+ fonts (mainly from PDF files) displayed badly because FreeType
+ forced rendering with the TrueType bytecode engine instead of
+ the autohinter.
+
+ - Better support for 64bit platforms.
+
+ - More fixes to improve handling of broken fonts.
======================================================================