Skip to content

TheDrawFont.CharacterSpot Struct

A individual glyph character.

C#
public struct TheDrawFont.CharacterSpot

The glyph.

C#
public int Character

The foreground color of the character.

C#
public Color Foreground

The background color of the character.

C#
public Color Background