The FontStyle class provides values for the TextRenderer class.
Variables
inline read onlyBOLD:FontStyle = 0
Defines the bold style of a font for the fontStyle
parameter
in the setAdvancedAntiAliasingTable()
method. Use the syntax
FontStyle.BOLD
.
inline read onlyBOLD_ITALIC:FontStyle = 1
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable()
method. Use
the syntax FontStyle.ITALIC
.