Skip to content

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

ParameterTypeDescription
textstringThe text to render.
colnumberTarget column in grid space.
rownumberTarget row in grid space.
options?FigTextOptionsOptional layout overrides.

Returns

void

Example