Skip to content

TheDrawFont.Character Struct

A character defined by the font.

C#
public struct TheDrawFont.Character

The glyph this character represents.

C#
public int GlyphIndex

How wide the font character.

C#
public int Width

Each row of the font character.

C#
public TheDrawFont.CharacterRow[] Rows