updated the "FT_SubGlyph" structure

This commit is contained in:
David Turner 2000-02-02 12:21:35 +00:00
parent 0dd3434801
commit 200e097c6b
1 changed files with 0 additions and 7 deletions

View File

@ -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;
};