Show / Hide Table of Contents

Struct TheDrawFont.Character

A character defined by the font.

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.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
In this article

Back to top

Back to top Generated by DocFX