Expand description
Shared data types for the beamterm terminal rendering engine.
Structs§
- Cell
Size - Dimensions of a terminal cell in pixels.
- Font
Atlas Data - Font atlas data for GPU-accelerated terminal rendering.
- Glyph
- Represents a single character glyph in a font atlas texture.
- Line
Decoration - Configuration for underline or strikethrough line decorations.
- Serialization
Error - Error returned when font atlas serialization or deserialization fails.
- Terminal
Size - Dimensions of a terminal grid in cells.
Enums§
- Debug
Space Pattern - Debug pattern for validating pixel-perfect rendering of cell dimensions.
- Font
Style - Font style variant encoded in glyph IDs.
- Glyph
Effect - Text decoration effect applied to a glyph.