| 包 | flash.text |
| Class | public final class FontStyle |
| 继承 | FontStyle Object |
| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| BOLD : String = "bold" []
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义粗体样式的字体。 | FontStyle | ||
| BOLD_ITALIC : String = "boldItalic" []
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义粗体和斜体样式的字体。 | FontStyle | ||
| ITALIC : String = "italic" []
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义斜体样式的字体。 | FontStyle | ||
| REGULAR : String = "regular" []
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义不带样式的字体。 | FontStyle | ||
| BOLD | 常量 |
public static const BOLD:String = "bold"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义粗体样式的字体。使用语法 FontStyle.BOLD。
另请参见
| BOLD_ITALIC | 常量 |
public static const BOLD_ITALIC:String = "boldItalic"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义粗体和斜体样式的字体。使用语法 FontStyle.BOLD_ITALIC。
另请参见
| ITALIC | 常量 |
public static const ITALIC:String = "italic"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义斜体样式的字体。使用语法 FontStyle.ITALIC。
另请参见
| REGULAR | 常量 |
public static const REGULAR:String = "regular"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
为 setAdvancedAntiAliasingTable() 方法中的 fontStyle 参数定义不带样式的字体。使用语法 FontStyle.REGULAR。
另请参见
当前页: http://livedocs.adobe.com/flex/3_cn/flash/text/FontStyle.html