Skip to content

textmode.js / fonts

fonts

All font rendering related modules and types.

Classes

ClassDescription
TextmodeFontManages the font used for rendering characters via TextmodeLayer.loadFont.
TextmodeTilesetManages a bitmap tileset as a normalized glyph atlas.

Interfaces

InterfaceDescription
GlyphDataGlyph outline data for a character (TextmodeFont only).
TextmodeTilesetOptionsConfiguration used to load a tileset image into a normalized glyph atlas.

Type Aliases

Type AliasDescription
TextmodeGlyphRepresents a single glyph entry in a textmode glyph atlas.