Searched defs:FT_GlyphSlotRec_ (Results 1 – 2 of 2) sorted by relevance
1726 typedef struct FT_GlyphSlotRec_ struct1728 FT_Library library;1729 FT_Face face;1730 FT_GlyphSlot next;1731 FT_UInt reserved; /* retained for binary compatibility */1732 FT_Generic generic;1734 FT_Glyph_Metrics metrics;1735 FT_Fixed linearHoriAdvance;1736 FT_Fixed linearVertAdvance;1737 FT_Vector advance;[all …]
1745 typedef struct FT_GlyphSlotRec_ struct1747 FT_Library library;1748 FT_Face face;1749 FT_GlyphSlot next;1750 FT_UInt reserved; /* retained for binary compatibility */1751 FT_Generic generic;1753 FT_Glyph_Metrics metrics;1754 FT_Fixed linearHoriAdvance;1755 FT_Fixed linearVertAdvance;1756 FT_Vector advance;[all …]