Skip to main content

Crate beamterm_data

Crate beamterm_data 

Source
Expand description

Shared data types for the beamterm terminal rendering engine.

Structs§

CellSize
Dimensions of a terminal cell in pixels.
FontAtlasData
Font atlas data for GPU-accelerated terminal rendering.
Glyph
Represents a single character glyph in a font atlas texture.
LineDecoration
Configuration for underline or strikethrough line decorations.
SerializationError
Error returned when font atlas serialization or deserialization fails.
TerminalSize
Dimensions of a terminal grid in cells.

Enums§

DebugSpacePattern
Debug pattern for validating pixel-perfect rendering of cell dimensions.
FontStyle
Font style variant encoded in glyph IDs.
GlyphEffect
Text decoration effect applied to a glyph.