fontStyle
fontStyle: string | undefined
Font style that should be used for node. The value should be an ECExpression whose result would evaluate to one the following values:
- "Bold"
- "Italic"
- "Italic,Bold"
- "Regular"
Defaults to "Regular".
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.