Struct

WadCharInfo

since: 0

Description [src]

struct WadCharInfo {
  char offset_x;
  char offset_y;
  guint16 charwidth;
}

Font glyph data.

Structure members
offset_x

Offset from the left of the fontsheet image.

offset_y

Offset from the top of the fontsheet image.

charwidth

Width of the glyph.

Available since: 0

Instance methods

wad_char_info_copy
No description available.

since: 0

wad_char_info_free
No description available.

since: 0