Skip to content

textmode.js / TextmodeCharacter

Type Alias: TextmodeCharacter

ts
type TextmodeCharacter = object;

Represents a single character in the textmode font.

Properties

advanceWidth

ts
advanceWidth: number;

The advance width of the character.


character

ts
character: string;

The character itself.


color

ts
color: [number, number, number];

The RGB color associated with the character for identification.


unicode

ts
unicode: number;

The Unicode code point of the character.