包 | flash.text.engine |
类 | public final class FontPosture |
继承 | FontPosture Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
FontDescription.fontPosture
配合使用的常量值的枚举,用于将文本设置为斜体或正常。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ITALIC : String = "italic" [静态]
用于表示斜体字体形态。 | FontPosture | ||
NORMAL : String = "normal" [静态]
用于表示标准字体形态。 | FontPosture |
常量详细信息
ITALIC | 常量 |
public static const ITALIC:String = "italic"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
用于表示斜体字体形态。
NORMAL | 常量 |
public static const NORMAL:String = "normal"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
用于表示标准字体形态。
Tue Jun 12 2018, 11:04 AM Z