| Package | flash.text.engine |
| Class | public final class FontPosture |
| Inheritance | FontPosture Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
FontDescription.fontPosture to
set text to italic or normal.
See also
| Constant | Defined by | ||
|---|---|---|---|
| ITALIC : String = "italic" [static]
Used to indicate italic font posture.
| FontPosture | ||
| NORMAL : String = "normal" [static]
Used to indicate normal font posture.
| FontPosture | ||
| ITALIC | constant |
public static const ITALIC:String = "italic"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
Used to indicate italic font posture.
| NORMAL | constant |
public static const NORMAL:String = "normal"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
Used to indicate normal font posture.