The FontStyle class provides values for the TextRenderer class.
Variables
inlineread onlyBOLD:FontStyle
Defines the bold style of a font for the fontStyle
parameter
in the setAdvancedAntiAliasingTable()
method. Use the syntax
FontStyle.BOLD
.
inlineread onlyBOLD_ITALIC:FontStyle
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable()
method. Use
the syntax FontStyle.ITALIC
.
inlineread onlyITALIC:FontStyle
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable()
method. Use
the syntax FontStyle.ITALIC
.
inlineread onlyREGULAR:FontStyle
Defines the plain style of a font for the fontStyle
parameter
in the setAdvancedAntiAliasingTable()
method. Use the syntax
FontStyle.REGULAR
.