Home
last modified time | relevance | path

Searched defs:FT_GlyphSlotRec_ (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/
Dfreetype.h2049 typedef struct FT_GlyphSlotRec_ struct
2051 FT_Library library;
2052 FT_Face face;
2053 FT_GlyphSlot next;
2054 FT_UInt glyph_index; /* new in 2.10; was reserved previously */
2055 FT_Generic generic;
2057 FT_Glyph_Metrics metrics;
2058 FT_Fixed linearHoriAdvance;
2059 FT_Fixed linearVertAdvance;
2060 FT_Vector advance;
[all …]