textmode.figlet.js / FigTextOptions
Interface: FigTextOptions
Layout options for rendering FIGlet text.
Properties
| Property | Type | Description |
|---|---|---|
horizontalLayout? | FigHorizontalLayout | Override the font's default horizontal layout. |
verticalLayout? | FigVerticalLayout | Override the vertical composition mode for multi-line FIGlet layout. |
direction? | FigPrintDirection | Override the effective print direction for layout. |
wrap? | FigWrapMode | Optional wrap strategy for multi-line layout. |
maxCols? | number | Maximum rendered columns per logical line before wrapping occurs. |
charColor? | FigTextColorResolver | Override or resolve the foreground color for each rendered FIGlet cell. |
cellColor? | FigTextColorResolver | Override or resolve the background color for each rendered FIGlet cell. |