shithub: freetype+ttf2subf

Download patch

ref: 7da6bbc34af3d29b9ea50b00738c253ec53174c1
parent: 3683fb55c98eb7f2973b4f3c71c35847e1fc1b27
author: Werner Lemberg <[email protected]>
date: Tue Sep 25 02:37:15 EDT 2012

Typos.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -625,7 +625,7 @@
         limit     = metrics->root.globals->increase_x_height;
         threshold = 40;
 
-        /* if the `increase_x_height' property is active, */
+        /* if the `increase-x-height' property is active, */
         /* we round up much more often                    */
         if ( limit                                 &&
              ppem <= limit                         &&
--- a/src/autofit/aflatin2.c
+++ b/src/autofit/aflatin2.c
@@ -574,7 +574,7 @@
         limit     = metrics->root.globals->increase_x_height;
         threshold = 40;
 
-        /* if the `increase_x_height' property is active, */
+        /* if the `increase-x-height' property is active, */
         /* we round up much more often                    */
         if ( limit                                 &&
              ppem <= limit                         &&