Struct TheDrawFont.Character
A character defined by the font.
Inherited Members
Namespace: SadConsole.Readers
Assembly: SadConsole.dll
Syntax
public struct TheDrawFont.Character
Fields
GlyphIndex
The glyph this character represents.
Declaration
public int GlyphIndex
Field Value
Type | Description |
---|---|
int |
Rows
Each row of the font character.
Declaration
public TheDrawFont.CharacterRow[] Rows
Field Value
Type | Description |
---|---|
CharacterRow[] |
Width
How wide the font character.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |