| Package | flash.text.engine |
| Class | public final class FontWeight |
| Inheritance | FontWeight Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
FontDescription.fontWeight.
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOLD : String = "bold" [static]
Used to indicate bold font weight.
| FontWeight | ||
| NORMAL : String = "normal" [static]
Used to indicate normal font weight.
| FontWeight | ||
| BOLD | constant |
public static const BOLD:String = "bold"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
Used to indicate bold font weight.
| NORMAL | constant |
public static const NORMAL:String = "normal"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.5 |
Used to indicate normal font weight.