Package | flash.text.engine |
Class | public final class DigitWidth |
Inheritance | DigitWidth Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
digitWidth
property
of the ElementFormat class.
See also
Constant | Defined by | ||
---|---|---|---|
DEFAULT : String = "default" [static]
Used to specify default digit width.
| DigitWidth | ||
PROPORTIONAL : String = "proportional" [static]
Used to specify proportional digit width.
| DigitWidth | ||
TABULAR : String = "tabular" [static]
Used to specify tabular digit width.
| DigitWidth |
DEFAULT | constant |
public static const DEFAULT:String = "default"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to specify default digit width. The results are font-dependent; characters use the settings specified by the font designer without any features applied.
PROPORTIONAL | constant |
public static const PROPORTIONAL:String = "proportional"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to specify proportional digit width.
TABULAR | constant |
public static const TABULAR:String = "tabular"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to specify tabular digit width.