TextToolSettings
Properties
color
color:
string
The color of the element in some CSS-like format.
Example
"#ABC123";
"rgb(255, 0, 0)";
"hsl(200, 100%, 50%)";
Default
"#C93535"
align
align:
"center"
|"left"
|"right"
The alignment of the text, either left
, center
or right
.
Default
"center"
style
style:
"italic"
|"light"
|"regular"
|"caps"
The style of the text, either italic
, light
, regular
or caps
.
Default
"regular"
Last updated
Was this helpful?