enum flash.text.FontStyle

Available on all platforms

The FontStyle class provides values for the TextRenderer class.

Constructors

BOLD

Defines the bold style of a font for the fontStyle parameter * in the setAdvancedAntiAliasingTable() method. Use the syntax * FontStyle.BOLD.

BOLD_ITALIC

Defines the italic style of a font for the fontStyle * parameter in the setAdvancedAntiAliasingTable() method. Use * the syntax FontStyle.ITALIC.

ITALIC

Defines the italic style of a font for the fontStyle * parameter in the setAdvancedAntiAliasingTable() method. Use * the syntax FontStyle.ITALIC.

REGULAR

Defines the plain style of a font for the fontStyle parameter * in the setAdvancedAntiAliasingTable() method. Use the syntax * FontStyle.REGULAR.