| Package | flash.text |
| Class | public final class FontStyle |
| Inheritance | FontStyle Object |
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOLD : String = "bold" [static]
Defines the bold style of a font for the
fontStyle parameter in the setAdvancedAntiAliasingTable() method. | FontStyle | ||
| BOLD_ITALIC : String = "boldItalic" [static]
Defines the combined bold and italic style of a font for the
fontStyle parameter in the setAdvancedAntiAliasingTable() method. | FontStyle | ||
| ITALIC : String = "italic" [static]
Defines the italic style of a font for the
fontStyle parameter in the setAdvancedAntiAliasingTable() method. | FontStyle | ||
| REGULAR : String = "regular" [static]
Defines the plain style of a font for the
fontStyle parameter in the setAdvancedAntiAliasingTable() method. | FontStyle | ||
| BOLD | constant |
public static const BOLD:String = "bold"
Defines the bold style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.BOLD.
See also
| BOLD_ITALIC | constant |
public static const BOLD_ITALIC:String = "boldItalic"
Defines the combined bold and italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.BOLD_ITALIC.
See also
| ITALIC | constant |
public static const ITALIC:String = "italic"
Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.ITALIC.
See also
| REGULAR | constant |
public static const REGULAR:String = "regular"
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.REGULAR.
See also
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/201/langref/flash/text/FontStyle.html