套件 | flash.text |
類別 | public final class FontStyle |
繼承 | FontStyle Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
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 |
執行階段版本: | AIR 1.0, Flash Player 9 |
會定義在 setAdvancedAntiAliasingTable()
方法中,fontStyle
參數之字體的粗體樣式。 請使用 FontStyle.BOLD
語法。
相關 API 元素
BOLD_ITALIC | 常數 |
public static const BOLD_ITALIC:String = "boldItalic"
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
會定義在 setAdvancedAntiAliasingTable()
方法中,fontStyle
參數之字體的混合粗體與斜體樣式。 請使用 FontStyle.BOLD_ITALIC
語法。
相關 API 元素
ITALIC | 常數 |
public static const ITALIC:String = "italic"
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
會定義在 setAdvancedAntiAliasingTable()
方法中,fontStyle
參數之字體的斜體樣式。 請使用 FontStyle.ITALIC
語法。
相關 API 元素
REGULAR | 常數 |
public static const REGULAR:String = "regular"
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 1.0, Flash Player 9 |
會定義在 setAdvancedAntiAliasingTable()
方法中,fontStyle
參數之字體的正體樣式。 請使用 FontStyle.REGULAR
語法。
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z