包 | flash.text.engine |
类 | public final class DigitWidth |
继承 | DigitWidth Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
digitWidth
属性时使用的常量值的枚举。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
DEFAULT : String = "default" [静态]
用于指定默认数字宽度。 | DigitWidth | ||
PROPORTIONAL : String = "proportional" [静态]
用于指定变宽数字宽度。 | DigitWidth | ||
TABULAR : String = "tabular" [静态]
用于指定定宽数字宽度。 | DigitWidth |
常量详细信息
DEFAULT | 常量 |
public static const DEFAULT:String = "default"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
用于指定默认数字宽度。结果视字体而定;字符使用字体设计器指定的设置,不应用任何功能。
PROPORTIONAL | 常量 |
public static const PROPORTIONAL:String = "proportional"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
用于指定变宽数字宽度。
TABULAR | 常量 |
public static const TABULAR:String = "tabular"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
用于指定定宽数字宽度。
Tue Jun 12 2018, 11:04 AM Z