Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 820 Bytes

File metadata and controls

16 lines (12 loc) · 820 Bytes

TextState

Represents a text state of a text

Properties

Name Type Description Notes
font_size float Gets or sets font size of the text.
font str Gets or sets font name of the text. [optional]
foreground_color Color Gets or sets foreground color of the text. [optional]
background_color Color Sets background color of the text. [optional]
font_style FontStyles Sets font style of the text.
font_file str Sets path of font file in storage. [optional]

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