summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-05-16 12:52:57 +0200
committerWerner Lemberg <wl@gnu.org>2019-05-16 12:52:57 +0200
commitb0522701f890372ff9f3d921cf212bccd1f64400 (patch)
tree9518d8e0233853f86dc4a119b0752b908406c103 /docs
parent37580053b491b69284988ed25cbbf6e884151eb0 (diff)
downloadfreetype2-b0522701f890372ff9f3d921cf212bccd1f64400.tar.gz
[truetype] Actually scale varied CVT values.
Up to now, only the unscaled CVT values were varied; in other words, the `CVAR' data was never used for bytecode hinting. * src/truetype/ttgxvar.c (tt_cvt_ready_iterator): New auxiliary function. (tt_face_vary_cvt): Use it to trigger rescaling of CVT values.
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 9f001a9f6..7d914483a 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -3,6 +3,9 @@ CHANGES BETWEEN 2.10.0 and 2.10.1
I. IMPORTANT BUG FIXES
+ - The bytecode hinting of OpenType variation fonts was flawed, since
+ the data in the `CVAR' table wasn't correctly applied.
+
II. MISCELLANEOUS
@@ -19,6 +22,9 @@ CHANGES BETWEEN 2.10.0 and 2.10.1
twice in a row, the function returned an incorrect error code the
second time.
+ - Increased precision while computing OpenType font variation
+ instances.
+
======================================================================