Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 820 Bytes

File metadata and controls

18 lines (13 loc) · 820 Bytes

TextState

Represents a text state of a text

Properties

Name Type Description Notes
fontSize Double Gets or sets font size of the text.
font String Gets or sets font name of the text. [optional]
foregroundColor Color Gets or sets foreground color of the text. [optional]
backgroundColor Color Sets background color of the text. [optional]
fontStyle FontStyles Sets font style of the text.
fontFile String Sets path of font file in storage. [optional]

[Back to Model list] [Back to API list] [Back to README]