套件 | flash.text.engine |
類別 | public final class CFFHinting |
繼承 | CFFHinting Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
提示會調整外框字體的顯示,使其與像素格線對齊。在小型螢幕上,提示會為讀者產生清晰、易辨識的文字。
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
HORIZONTAL_STEM : String = "horizontalStem" [靜態]
讓強制水平詞幹符合像素格線,以提高易讀性。 | CFFHinting | ||
NONE : String = "none" [靜態]
未套用提示。 | CFFHinting |
常數詳細資訊
HORIZONTAL_STEM | 常數 |
public static const HORIZONTAL_STEM:String = "horizontalStem"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
讓強制水平詞幹符合像素格線,以提高易讀性。此常數可用於設定 FontDescription 類別的 cffHinting
屬性。請使用語法 CFFHinting.HORIZONTAL_STEM
。
注意:不建議用於動畫。
相關 API 元素
NONE | 常數 |
public static const NONE:String = "none"
語言版本: | ActionScript 3.0 |
執行階段版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
未套用提示。不強制字符中的水平詞幹符合像素格線。此常數可用於設定 FontDescription 類別的 cffHinting
屬性。針對動畫或大型字體的建議設定。請使用語法 CFFHinting.NONE
。
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z