| Package | flash.text.engine |
| Class | public final class FontWeight |
| Inheritance | FontWeight Object |
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"Used to indicate bold font weight.
| NORMAL | Constant |
public static const NORMAL:String = "normal"Used to indicate normal font weight.