| Pacote | flash.text |
| Classe | public final class FontStyle |
| Herança | FontStyle Object |
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | Constante |
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.
Veja também
| BOLD_ITALIC | Constante |
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.
Veja também
| ITALIC | Constante |
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.
Veja também
| REGULAR | Constante |
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.
Veja também