Skip to content

textmode.figlet.js / FigTextCellContext

Interface: FigTextCellContext

Public cell metadata exposed to FIGlet styling callbacks.

Properties

PropertyTypeDescription
charstringFinal drawable sub-character after layout normalization.
colnumberAbsolute column within the rendered result.
figCharCodenumberFIGcharacter code used to produce this cell.
inputCharstringOriginal input character that produced this cell.
inputIndexnumberZero-based index into the original input string's character sequence.
lineIndexnumberLogical rendered line index after explicit newline splitting.
rownumberAbsolute row within the rendered result.
subColnumberColumn within the source FIGcharacter.
subRownumberRow within the source FIGcharacter.