style property

NyxFontStyle style
getter/setter pair

The style of the font.

This value specifies the font style of the text. It can be NyxFontStyle.normal, NyxFontStyle.bold, NyxFontStyle.italic, or NyxFontStyle.boldItalic. Default is NyxFontStyle.normal.

Implementation

NyxFontStyle style;