shithub: freetype+ttf2subf

Download patch

ref: 200e097c6b21cdfd5fc491cc7de1f4cefbf0294b
parent: 0dd343480186b918e3b7ef71b9d4bb8260f48cea
author: David Turner <[email protected]>
date: Wed Feb 2 07:21:35 EST 2000

updated the "FT_SubGlyph" structure

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype.h
+++ b/include/freetype.h
@@ -1212,17 +1212,10 @@
   struct FT_SubGlyph_
   {
     FT_Int        index;
-    
-    FT_Byte*      control_data;
-    FT_Int        control_len;
-    
     FT_UShort     flags;
-    
     FT_Int        arg1;
     FT_Int        arg2;
-    
     FT_Matrix     transform;
-    FT_SubGlyph*  parent;
   };