Skip to content

$drawText

Draws a text over the canvas.

Parameters

NameDescriptionEnforcedDefault Value
TextThe text to be placed in the canvas.YesNone
XX coordinate to place the text to.YesNone
YY coordinate to place the text to.YesNone
WidthTextbox width.YesNone
HeightTextbox height.YesNone
AlignText align.Noleft
Vertical AlignText vertical align.Notop

Example

$drawText[text;x;y;width;height;align?;verticalAlign?]