Lines Matching defs:FontTextureGlyph
230 struct FontTextureGlyph struct
232 u8 cellWidth; // Cell width = maximum glyph width
233 u8 cellHeight; // Cell height
234 s8 baselinePos; // Baseline position
235 u8 maxCharWidth; // Maximum character width
236 u32 sheetSize; // Texture sheet data size (in bytes)
237 u16 sheetNum; // Number of sheets
238 u16 sheetFormat; // FontSheetFormat
239 u16 sheetRow; // Number of horizontal cells on a sheet
240 u16 sheetLine; // Number of vertical cells on a sheet
241 u16 sheetWidth; // Sheet width (in pixels)
242 u16 sheetHeight; // Sheet height (in pixels)
243 u8* sheetImage; // The pointer to the texture data