textmode.js / loadables
loadables
All loadable assets related to textmode rendering.
Classes
| Class | Description |
|---|---|
| TextmodeFont | Manages the font used for rendering characters via TextmodeLayer.loadFont. |
| TextmodeImage | Represents an image uploaded for textmode rendering via Textmodifier.loadImage. |
| TextmodeVideo | Represents a video element for textmode rendering via Textmodifier.loadVideo. |
Type Aliases
| Type Alias | Description |
|---|---|
| TextmodeCharacter | Represents a single character in the TextmodeFont.characters array. |