summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-03-08 00:13:08 +0100
committerWerner Lemberg <wl@gnu.org>2019-03-08 00:13:08 +0100
commit4e64d9d3daa6356da8ad30b8303402f7dd4a30d2 (patch)
tree8fd251acc44852724ec0ea070936c59cff85b311
parent2f4b740ce435bc1ad5ef8570bb91ab7cd5682720 (diff)
downloadfreetype2-4e64d9d3daa6356da8ad30b8303402f7dd4a30d2.tar.gz
CHANGES: Minor fixes.
-rw-r--r--docs/CHANGES13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 7f66eedc1..5965a576a 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,10 +1,7 @@
CHANGES BETWEEN 2.9.1 and 2.10
- I. IMPORTANT BUG FIXES
-
-
- II. IMPORTANT CHANGES
+ I. IMPORTANT CHANGES
- A bunch of new functions has been added to access and process
COLR/CPAL data of OpenType fonts with color-layered glyphs.
@@ -31,8 +28,11 @@ CHANGES BETWEEN 2.9.1 and 2.10
`FT_LOAD_RENDER'), a default blending of the color glyph layers
will happen automatically for convenience.
+ - As a GSoC 2018 project, Nikhil Ramakrishnan completely
+ overhauled and modernized the API reference.
- III. MISCELLANEOUS
+
+ II. MISCELLANEOUS
- The logic for computing the global ascender, descender, and
height of OpenType fonts has been slightly adjusted for
@@ -43,7 +43,8 @@ CHANGES BETWEEN 2.9.1 and 2.10
`OS/2' unconditionally.
. Otherwise use the metrics data from the `hhea' table (if not
zero).
- . Otherwise use the `sTypo' fields (if not zero).
+ . Otherwise use the `sTypo' fields from the `OS/2' table (if not
+ zero).
. Otherwise use the `usWin' data from the `OS/2' table as a last
resort.