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