Skip to main content

Function: sketchText()

function sketchText(
text,
textConfig?,
planeConfig?): Sketches;

Defined in: packages/replicad/src/text.ts:121

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

plane?

| Plane | PlaneName

Returns

Sketches