updated the "FT_SubGlyph" structure

VER-2-0-4-PATCH
David Turner 25 years ago
parent 0dd3434801
commit 200e097c6b
  1. 7
      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;
};

Loading…
Cancel
Save