shithub: freetype+ttf2subf

Download patch

ref: a56f95b26813613ccb123f2818bb4d4c63eac9e1
parent: 87dc86d68c93c2b5b836501ece57583d1d6d1a2e
author: Werner Lemberg <[email protected]>
date: Thu Jan 24 03:45:29 EST 2013

Minor.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -875,11 +875,14 @@
   /*                           usually negative.  Only relevant for        */
   /*                           scalable formats.                           */
   /*                                                                       */
-  /*    height              :: The height is the vertical distance         */
+  /*    height              :: This value is the vertical distance         */
   /*                           between two consecutive baselines,          */
   /*                           expressed in font units.  It is always      */
   /*                           positive.  Only relevant for scalable       */
   /*                           formats.                                    */
+  /*                                                                       */
+  /*                           If you want the global glyph height, use    */
+  /*                           `ascender - descender'.                     */
   /*                                                                       */
   /*    max_advance_width   :: The maximum advance width, in font units,   */
   /*                           for all glyphs in this face.  This can be   */