textmode.figlet.js / TextmodifierFigletExtensions / figText
Method: figText()
ts
figText(
text,
col,
row,
options?): void;Render a FIGlet string onto the current textmode grid using the active FIGlet font.
Parameters
| Parameter | Type | Description |
|---|---|---|
text | string | The text to render. |
col | number | Target column in grid space. |
row | number | Target row in grid space. |
options? | FigTextOptions | Optional layout overrides. |
Returns
void