Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 732 Bytes

File metadata and controls

15 lines (11 loc) · 732 Bytes

TextStyle

Represents a text style 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 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_file str Sets path of font file in storage. [optional]

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