Lines Matching defs:FontInformation
292 struct FontInformation struct
294 u8 fontType; // glyph data type (FontType)
295 s8 linefeed; // (*)== leading
296 … alterCharIndex; // (*) glyph index of the glyph for characters not contained in the font
297 …aultWidth; // (*) character width information for glyphs that have no character width information
298 u8 characterCode; // Corresponding character code (CharacterCode type)
299 FontTextureGlyph* pGlyph; // Pointer to a unique FontGlyph
300 FontWidth* pWidth; // Pointer to the first FontWidth
301 FontCodeMap* pMap; // Pointer to the first FontCodeMap
302 u8 height; // Font height
303 u8 width; // Font width
327 typedef BinaryBlock<FontInformation> FontInformationBlock; argument