包 | 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, 11:04 AM Z