Skip to content

textmode.js / TextmodeCharacter

Type Alias: TextmodeCharacter

ts
type TextmodeCharacter = object;

Represents a single character in the TextmodeFont.characters array.

Properties

character

ts
character: string;

The character itself.


color

ts
color: [number, number, number];

The shader color associated with the character.


unicode

ts
unicode: number;

The Unicode code point of the character.