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
height

Height of the fontsheet.

row_count

Number of rows of glyphs.

row_height

Height of the glyph rows.

font_info

Glyph data for codepoints 0-255.

data

Image data in indexed format.

palette

Image color palette.

Available since: 0

Instance methods

wad_font_file_copy
No description available.

since: 0

wad_font_file_free
No description available.

since: 0