Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 733 Bytes

File metadata and controls

17 lines (12 loc) · 733 Bytes

TextStyle

Represents a text style of a text

Properties

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

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