Skip to content

textmode.figlet.js

Classes

ClassDescription
TextmodeFigFontParsed FIGfont resource used by figText() rendering.

Interfaces

InterfaceDescription
TextmodifierFigletExtensionsFIGlet methods added to the textmode.js Textmodifier API when FigletPlugin is installed.
FigFontHeaderParsed FIGfont header metadata from the .flf header line.
FigCharacterA single parsed FIGcharacter from a FIGfont.
FigTextCellContextPublic cell metadata exposed to FIGlet styling callbacks.
FigTextOptionsLayout options for rendering FIGlet text.

Type Aliases

Type AliasDescription
FigHorizontalLayoutSupported horizontal layout modes for FIGlet rendering.
FigVerticalLayoutSupported vertical layout modes for multi-line FIGlet rendering.
FigWrapModeSupported wrap modes for FIGlet text layout.
FigPrintDirectionSupported print directions for FIGlet text layout.
FigTextColorValueAccepted color input for per-cell FIGlet styling.
FigTextColorResolverResolver for per-cell FIGlet colors.
FigTextAlignHorizontal alignment options for figText() placement.
FigTextBaselineVertical alignment options for figText() placement.

Variables

VariableDescription
FigletPluginPlugin entrypoint for the FIGlet add-on.