Searched defs:FontInformation (Results 1 – 1 of 1) sorted by relevance
292 struct FontInformation struct294 u8 fontType; // glyph data type (FontType)295 s8 linefeed; // (*)== leading296 … alterCharIndex; // (*) glyph index of the glyph for characters not contained in the font297 …aultWidth; // (*) character width information for glyphs that have no character width information298 u8 characterCode; // Corresponding character code (CharacterCode type)299 FontTextureGlyph* pGlyph; // Pointer to a unique FontGlyph300 FontWidth* pWidth; // Pointer to the first FontWidth301 FontCodeMap* pMap; // Pointer to the first FontCodeMap302 u8 height; // Font height[all …]