enum openfl.text.FontStyle
Available on all platforms
The FontStyle class provides values for the TextRenderer class.
Constructors
REGULAR
Defines the plain style of a font for the fontStyle parameter
in the setAdvancedAntiAliasingTable() method. Use the syntax
FontStyle.REGULAR.
ITALIC
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable() method. Use
the syntax FontStyle.ITALIC.
BOLD_ITALIC
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable() method. Use
the syntax FontStyle.ITALIC.
BOLD
Defines the bold style of a font for the fontStyle parameter
in the setAdvancedAntiAliasingTable() method. Use the syntax
FontStyle.BOLD.