summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSuzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>2008-09-19 06:48:35 +0000
committerSuzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>2008-09-19 06:48:35 +0000
commit9ae5eaf862ee6c3464a98ef5f6e2fbfc929ef37a (patch)
treed31bfb5e4fda4d13a0eb4e759cc869e30c9585c3 /docs
parent55c40631f482aef472b2e754941d76ca8dff475b (diff)
downloadfreetype2-9ae5eaf862ee6c3464a98ef5f6e2fbfc929ef37a.tar.gz
* src/base/ftobjs.c: Add initial support for sfnt-wrapped CID-keyed fonts
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index c99d3ba45..0966816a2 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -2,7 +2,10 @@ CHANGES BETWEEN 2.3.8 and 2.3.7
I. IMPORTANT BUG FIXES
- - CID-keyed fonts in an SFNT wrapper were not handled correctly.
+ - PS Type1 and CID-keyed fonts in an SFNT wrapper were not loaded.
+ In version 2.3.8, the core tables `TYP1' or `CID ' are passed to
+ PS Type1 or CID-keyed font drivers, other tables (`ALMX', `BBOX'
+ etc) are not supported yet.
======================================================================