TextToolSettings
Properties
color
color:
string
The color of the element in some CSS-like format.
Example
Default
align
align:
"center"
|"left"
|"right"
The alignment of the text, either left
, center
or right
.
Default
style
style:
"italic"
|"light"
|"regular"
|"caps"
The style of the text, either italic
, light
, regular
or caps
.
Default
Last updated
Was this helpful?