Searched defs:FT_GlyphSlotRec_ (Results 1 – 1 of 1) sorted by relevance
1871 typedef struct FT_GlyphSlotRec_ struct1873 FT_Library library;1874 FT_Face face;1875 FT_GlyphSlot next;1876 FT_UInt glyph_index; /* new in 2.10; was reserved previously */1877 FT_Generic generic;1879 FT_Glyph_Metrics metrics;1880 FT_Fixed linearHoriAdvance;1881 FT_Fixed linearVertAdvance;1882 FT_Vector advance;[all …]