Skip to content

textmode.figlet.js / TextmodeFigFont / planText

Method: planText()

ts
planText(text, options?): FigRenderPlan;

Plan a string into positioned FIGlet cells and logical lines.

Parameters

ParameterType
textstring
optionsFigTextOptions

Returns

FigRenderPlan

Example