shithub: freetype+ttf2subf

Download patch

ref: e921bdebdee3525b0d74053ad5752c59868bf98d
parent: 0c61c096b8155838cea11deb4e4af5db7c29fe73
author: Werner Lemberg <[email protected]>
date: Fri Nov 1 08:41:27 EDT 2013

Comment fix.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -1265,7 +1265,7 @@
 
   /* Calculate the four phantom points.                     */
   /* The first two stand for horizontal origin and advance. */
-  /* The last two stand for vertical origin and advance.    */
+  /* The last two stand for vertical advance and origin.    */
 #define TT_LOADER_SET_PP( loader )                                          \
           do {                                                              \
             (loader)->pp1.x = (loader)->bbox.xMin - (loader)->left_bearing; \