new Text(
text):Text
string = ‘’'`
Added text.
origin:
Point2d
Position of the drawing text on the 2d plane.
properties:
TextProperties
Properties of the drawing text.
text:
string= ‘’'`
Added text.
get fontSize():
number
Returns size of the font in points.
Use properties.fontSize instead.
number
set fontSize(
fontSize):void
Sets size of the font in points.
Use properties.fontSize instead.
number
Size of the font in points.
void
get id():
bigint
Returns object id.
bigint
get uuid():
null| `$string