enum abstract FontStyle(Null<Int>)
package openfl.text
The FontStyle class provides values for the TextRenderer class.
Variables
inlineread onlyBOLD:FontStyle = 0
Defines the bold style of a font for the fontStyle parameter
in the setAdvancedAntiAliasingTable() method. Use the syntax
FontStyle.BOLD.
inlineread onlyBOLD_ITALIC:FontStyle = 1
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable() method. Use
the syntax FontStyle.ITALIC.
inlineread onlyITALIC:FontStyle = 2
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable() method. Use
the syntax FontStyle.ITALIC.
inlineread onlyREGULAR:FontStyle = 3
Defines the plain style of a font for the fontStyle parameter
in the setAdvancedAntiAliasingTable() method. Use the syntax
FontStyle.REGULAR.