Searched defs:FontTextureGlyph (Results 1 – 1 of 1) sorted by relevance
230 struct FontTextureGlyph struct232 u8 cellWidth; // Cell width = maximum glyph width233 u8 cellHeight; // Cell height234 s8 baselinePos; // Baseline position235 u8 maxCharWidth; // Maximum character width236 u32 sheetSize; // Texture sheet data size (in bytes)237 u16 sheetNum; // Number of sheets238 u16 sheetFormat; // FontSheetFormat239 u16 sheetRow; // Number of horizontal cells on a sheet240 u16 sheetLine; // Number of vertical cells on a sheet[all …]