Skip to content

textmode.figlet.js / FigTextOptions

Interface: FigTextOptions

Layout options for rendering FIGlet text.

Properties

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