Defines the bold style of a font for the fontStyle
parameter
in the setAdvancedAntiAliasingTable()
method. Use the syntax
FontStyle.BOLD
.
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable()
method. Use
the syntax FontStyle.ITALIC
.
Defines the italic style of a font for the fontStyle
parameter in the setAdvancedAntiAliasingTable()
method. Use
the syntax FontStyle.ITALIC
.
Defines the plain style of a font for the fontStyle
parameter
in the setAdvancedAntiAliasingTable()
method. Use the syntax
FontStyle.REGULAR
.
Generated using TypeDoc
The FontStyle class provides values for the TextRenderer class.