shithub: freetype+ttf2subf

Download patch

ref: d21fe6e5d605648eb2706ab12f387d09a3d9c875
parent: b003b3e7b567a48f226080149971f2fbb33dc710
author: Werner Lemberg <[email protected]>
date: Tue Jul 10 19:10:39 EDT 2007

Really restore changes introduced in revision 1.178.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -702,7 +702,7 @@
     FT_GlyphLoader  gloader = loader->gloader;
     FT_Error        error   = TT_Err_Ok;
     FT_Outline*     outline;
-    FT_UInt         n_points;
+    FT_Int          n_points;
 
 
     outline  = &gloader->current.outline;
@@ -729,7 +729,7 @@
       /* Deltas apply to the unscaled data. */
       FT_Vector*  deltas;
       FT_Memory   memory = loader->face->memory;
-      FT_UInt     i;
+      FT_Int      i;
 
 
       error = TT_Vary_Get_Glyph_Deltas( (TT_Face)(loader->face),