包 | flash.text.engine |
类 | public final class FontPosture |
继承 | FontPosture Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
FontDescription.fontPosture
一起使用的常量值的枚举。
另请参见
常量 | 定义方 | ||
---|---|---|---|
ITALIC : String = "italic" [静态] 用于指示斜体字体形态。 | FontPosture | ||
NORMAL : String = "normal" [静态] 用于指示标准字体形态。 | FontPosture |
ITALIC | 常量 |
public static const ITALIC:String = "italic"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
用于指示斜体字体形态。
NORMAL | 常量 |
public static const NORMAL:String = "normal"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
用于指示标准字体形态。