summaryrefslogtreecommitdiff
path: root/docs/CHANGES
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2016-07-14 10:25:20 +0200
committerWerner Lemberg <wl@gnu.org>2016-07-14 10:25:20 +0200
commitee3f36f6b3880f7652488169dd27292c5e7c1a76 (patch)
treee95fcfa3006c084801b09e76465aae4a4bc2fa21 /docs/CHANGES
parent631e21814726b7befc4f9ac310053a9b70abda1d (diff)
downloadfreetype2-ee3f36f6b3880f7652488169dd27292c5e7c1a76.tar.gz
[sfnt] Fix `face_index' value in `FT_Face' for named instances.
* src/sfnt/sfobjc.s (sfnt_init_face): Don't strip off higher 16bits.
Diffstat (limited to 'docs/CHANGES')
-rw-r--r--docs/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 8e472f67a..2d1b54cb8 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,4 +1,16 @@
+CHANGES BETWEEN 2.6.5 and 2.7
+
+ I. IMPORTANT BUG FIXES
+
+ - After loading a named instance of a GX variation font, the
+ `face_index' value in the returned `FT_Face' structure now
+ correctly holds the named instance index in the upper 16bits as
+ documented.
+
+
+======================================================================
+
CHANGES BETWEEN 2.6.4 and 2.6.5
I. IMPORTANT BUG FIXES