Searched defs:FT_GlyphSlotRec_ (Results 1 – 1 of 1) sorted by relevance
1605 typedef struct FT_GlyphSlotRec_ struct1607 FT_Library library;1608 FT_Face face;1609 FT_GlyphSlot next;1610 FT_UInt reserved; /* retained for binary compatibility */1611 FT_Generic generic;1613 FT_Glyph_Metrics metrics;1614 FT_Fixed linearHoriAdvance;1615 FT_Fixed linearVertAdvance;1616 FT_Vector advance;[all …]