Function: sketchText()
function sketchText(
text,
textConfig?,
planeConfig?): Sketches;
Defined in: text.ts:101
Creates the Sketches
of a text, in a defined font size and a font familiy
(which will be the default).
Parameters
text
string
textConfig?
fontFamily?
"string"
fontSize?
number
startX?
number
startY?
number
planeConfig?
origin?
number
| Point