Show / Hide Table of Contents

Struct TheDrawFont.CharacterSpot

A individual glyph character.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
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
In this article

Back to top

Back to top Generated by DocFX