Searched defs:FT_GlyphSlotRec_ (Results 1 – 2 of 2) sorted by relevance
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 …]
1779 typedef struct FT_GlyphSlotRec_ struct1781 FT_Library library;1782 FT_Face face;1783 FT_GlyphSlot next;1784 FT_UInt reserved; /* retained for binary compatibility */1785 FT_Generic generic;1787 FT_Glyph_Metrics metrics;1788 FT_Fixed linearHoriAdvance;1789 FT_Fixed linearVertAdvance;1790 FT_Vector advance;[all …]