| Package | flash.text |
| Class | public final class FontStyle |
| Inheritance | FontStyle Object |
| flash.text.TextRenderer |
| Property | 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 | ||
public static const BOLD:String = "bold"
setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.BOLD.
See also
| flash.text.TextRenderer.setAdvancedAntiAliasingTable() |
public static const BOLD_ITALIC:String = "boldItalic"
setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.BOLD_ITALIC.
See also
| flash.text.TextRenderer.setAdvancedAntiAliasingTable() |
public static const ITALIC:String = "italic"
setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.ITALIC.
See also
| flash.text.TextRenderer.setAdvancedAntiAliasingTable() |
public static const REGULAR:String = "regular"
setAdvancedAntiAliasingTable() method. Use the syntax FontStyle.NONE.
See also
| flash.text.TextRenderer.setAdvancedAntiAliasingTable() |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/text/FontStyle.html