shithub: freetype+ttf2subf

Download patch

ref: 0ac6921109aa78a26b874ad3a89b6ea0a209a7fc
parent: 29b302ad36d527ea0c6e1c4b8e5f84bf3051a956
author: Wink Saville <[email protected]>
date: Sat Feb 16 02:05:39 EST 2019

* src/autofit/afwarp.h (af_warper_compute): Fix declaration.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-16  Wink Saville  <[email protected]>
+
+	* src/autofit/afwarp.h (af_warper_compute): Fix declaration.
+
 2019-02-02  Nikolaus Waxweiler  <[email protected]>
 
 	[truetype] Apply MVAR hasc, hdsc and hlgp metrics to current FT_Face metrics.
--- a/src/autofit/afwarp.h
+++ b/src/autofit/afwarp.h
@@ -53,7 +53,7 @@
                      AF_GlyphHints  hints,
                      AF_Dimension   dim,
                      FT_Fixed      *a_scale,
-                     FT_Fixed      *a_delta );
+                     FT_Pos        *a_delta );
 #endif