Skip to content

textmode.figlet.js / FigTextOptions

Interface: FigTextOptions

Layout options for rendering FIGlet text.

Properties

PropertyTypeDescription
cellColor?FigTextColorResolverOverride or resolve the background color for each rendered FIGlet cell.
charColor?FigTextColorResolverOverride or resolve the foreground color for each rendered FIGlet cell.
direction?FigPrintDirectionOverride the effective print direction for layout.
horizontalLayout?FigHorizontalLayoutOverride the font's default horizontal layout.
maxCols?numberMaximum rendered columns per logical line before wrapping occurs.
verticalLayout?FigVerticalLayoutOverride the vertical composition mode for multi-line FIGlet layout.
wrap?FigWrapModeOptional wrap strategy for multi-line layout.