Package | flash.text.engine |
Class | public final class FontWeight |
Inheritance | FontWeight Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
FontDescription.fontWeight
.
See also
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
BOLD | Constant |
public static const BOLD:String = "bold"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to indicate bold font weight.
NORMAL | Constant |
public static const NORMAL:String = "normal"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to indicate normal font weight.
Fri Mar 19 2010, 02:45 AM -07:00