Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The DigitWidth class is an enumeration of constant values used in setting the
digitWidth
property
of the ElementFormat class.
public static const DEFAULT:String = "default"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, 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.
public static const PROPORTIONAL:String = "proportional"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify proportional digit width.
public static const TABULAR:String = "tabular"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to specify tabular digit width.