Struct TheDrawFont.CharacterSpot
A individual glyph character.
Inherited Members
Namespace: SadConsole.Readers
Assembly: SadConsole.dll
Syntax
public struct TheDrawFont.CharacterSpot
Fields
Background
The background color of the character.
Declaration
public Color Background
Field Value
Type | Description |
---|---|
Color |
Character
The glyph.
Declaration
public int Character
Field Value
Type | Description |
---|---|
int |
Foreground
The foreground color of the character.
Declaration
public Color Foreground
Field Value
Type | Description |
---|---|
Color |