shithub: freetype+ttf2subf

Download patch

ref: d4b6a2053f5bd86366f78efb6446f7aa5279b7c4
parent: f0cee1a22c222a65ef68c9d64dc32fe43d5875dd
author: Alexei Podtelezhnikov <[email protected]>
date: Fri Feb 24 16:54:01 EST 2017

Typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -619,7 +619,7 @@
   /*                                                                       */
   /*    {                                                                  */
   /*      x' = (x << shift) - delta                                        */
-  /*      y' = (x << shift) - delta                                        */
+  /*      y' = (y << shift) - delta                                        */
   /*    }                                                                  */
   /*                                                                       */
   /*    Set the values of `shift' and `delta' to~0 to get the original     */