Skip to content

Documentation / @ripl/terminal / GlyphRun

Interface: GlyphRun ​

Defined in: terminal/src/text.ts:6

A glyph run laid out onto the character grid.

Properties ​

PropertyTypeDescriptionDefined in
colnumberColumn of the first glyph.terminal/src/text.ts:10
contentstringThe characters to draw, after any maxWidth truncation.terminal/src/text.ts:8
rownumberRow of the first glyph.terminal/src/text.ts:12
stepColnumberColumns to advance between glyphs.terminal/src/text.ts:14
stepRownumberRows to advance between glyphs.terminal/src/text.ts:16