包 | flash.text.engine |
类 | public final class DigitWidth |
继承 | DigitWidth Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
digitWidth
属性时使用的常量值的枚举。
另请参见
常量 | 定义方 | ||
---|---|---|---|
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 |
用于指定默认数字宽度。
PROPORTIONAL | 常量 |
public static const PROPORTIONAL:String = "proportional"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
用于指定变宽数字宽度。
TABULAR | 常量 |
public static const TABULAR:String = "tabular"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
用于指定定宽数字宽度。