textmode.js / fonts / TextmodeGlyphAtlas
Interface: TextmodeGlyphAtlas
Backend-neutral glyph atlas contract used by the shared rendering pipeline.
Properties
| Property | Modifier | Type |
|---|---|---|
cellDimensions | readonly | GlyphDimensions |
cellHeight | readonly | number |
cellWidth | readonly | number |
characterMap | readonly | Map<string, TextmodeGlyph> |
characters | readonly | readonly TextmodeGlyph[] |
columns | readonly | number |
framebuffer | readonly | TextmodeFramebuffer |
rows | readonly | number |