Struct
WadFontFile
since: 0
Description [src]
struct WadFontFile {
guint32 height;
guint32 row_count;
guint32 row_height;
GArray* font_info;
GArray* data;
GArray* palette;
}
A font sheet texture.
Structure members
heightHeight of the fontsheet.
row_countNumber of rows of glyphs.
row_heightHeight of the glyph rows.
font_infoGlyph data for codepoints 0-255.
dataImage data in indexed format.
paletteImage color palette.
Available since: 0