运行时版本: | AIR 1.0 Flash Player 9 |
FontStyle 类提供 TextRenderer 类的值。
public static const BOLD:String = "bold"
运行时版本: | AIR 1.0 Flash Player 9 |
为 setAdvancedAntiAliasingTable()
方法中的 fontStyle
参数定义粗体样式的字体。使用语法 FontStyle.BOLD
。
另请参见
public static const BOLD_ITALIC:String = "boldItalic"
运行时版本: | AIR 1.0 Flash Player 9 |
为 setAdvancedAntiAliasingTable()
方法中的 fontStyle
参数定义粗体和斜体样式的字体。使用语法 FontStyle.BOLD_ITALIC
。
另请参见
public static const ITALIC:String = "italic"
运行时版本: | AIR 1.0 Flash Player 9 |
为 setAdvancedAntiAliasingTable()
方法中的 fontStyle
参数定义斜体样式的字体。使用语法 FontStyle.ITALIC
。
另请参见
public static const REGULAR:String = "regular"
运行时版本: | AIR 1.0 Flash Player 9 |
为 setAdvancedAntiAliasingTable()
方法中的 fontStyle
参数定义不带样式的字体。使用语法 FontStyle.REGULAR
。
另请参见
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Dec 14 2008, 10:39 PM -08:00