shithub: freetype+ttf2subf

Download patch

ref: 4e64d9d3daa6356da8ad30b8303402f7dd4a30d2
parent: 2f4b740ce435bc1ad5ef8570bb91ab7cd5682720
author: Werner Lemberg <[email protected]>
date: Thu Mar 7 19:13:08 EST 2019

CHANGES: Minor fixes.

git/fs: mount .git/fs: mount/attach disallowed
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,11 +1,8 @@
 
 CHANGES BETWEEN 2.9.1 and 2.10
 
-  I. IMPORTANT BUG FIXES
+  I. IMPORTANT CHANGES
 
-
-  II. 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,9 +28,12 @@
       `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
       consistency.
@@ -43,7 +43,8 @@
         `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.