textmode.figlet.js
Classes
| Class | Description |
|---|---|
| TextmodeFigFont | Parsed FIGfont resource used by figText() rendering. |
Interfaces
| Interface | Description |
|---|---|
| TextmodifierFigletExtensions | FIGlet methods added to the textmode.js Textmodifier API when FigletPlugin is installed. |
| FigFontHeader | Parsed FIGfont header metadata from the .flf header line. |
| FigCharacter | A single parsed FIGcharacter from a FIGfont. |
| FigTextCellContext | Public cell metadata exposed to FIGlet styling callbacks. |
| FigTextOptions | Layout options for rendering FIGlet text. |
Type Aliases
| Type Alias | Description |
|---|---|
| FigHorizontalLayout | Supported horizontal layout modes for FIGlet rendering. |
| FigVerticalLayout | Supported vertical layout modes for multi-line FIGlet rendering. |
| FigWrapMode | Supported wrap modes for FIGlet text layout. |
| FigPrintDirection | Supported print directions for FIGlet text layout. |
| FigTextColorValue | Accepted color input for per-cell FIGlet styling. |
| FigTextColorResolver | Resolver for per-cell FIGlet colors. |
| FigTextAlign | Horizontal alignment options for figText() placement. |
| FigTextBaseline | Vertical alignment options for figText() placement. |
Variables
| Variable | Description |
|---|---|
| FigletPlugin | Plugin entrypoint for the FIGlet add-on. |