textmode.js / fonts
fonts
All font rendering related modules and types.
Classes
| Class | Description |
|---|---|
| TextmodeFont | Manages the font used for rendering characters via TextmodeLayer.loadFont. |
| TextmodeTileset | Manages a bitmap tileset as a normalized glyph atlas. |
Interfaces
| Interface | Description |
|---|---|
| GlyphData | Glyph outline data for a character (TextmodeFont only). |
| TextmodeTilesetOptions | Configuration used to load a tileset image into a normalized glyph atlas. |
Type Aliases
| Type Alias | Description |
|---|---|
| TextmodeGlyph | Represents a single glyph entry in a textmode glyph atlas. |