fontStyles (getter)
Returns the list of settings for the font style of the control.
Signatures
- ParamateControls.<ControlName>.fontStyles
Example
const fontStyles = ParamateControls.<ControlName>.fontStyles;
Return value
A list of objects that represent the font style settings:
[
{
font: string,
size: string | number,
style: TextStyle,
offset: number
fillStyle: string,
},
...
]