Package | flash.text.engine |
Class | public final class Kerning |
Inheritance | Kerning Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
ElementFormat.kerning
.
See also
Constant | Defined by | ||
---|---|---|---|
AUTO : String = "auto" [static]
Used to indicate that kerning is enabled except where inappropriate in Asian typography.
| Kerning | ||
OFF : String = "off" [static]
Used to indicate kerning is disabled.
| Kerning | ||
ON : String = "on" [static]
Used to indicate kerning is enabled.
| Kerning |
AUTO | constant |
public static const AUTO:String = "auto"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to indicate that kerning is enabled except where inappropriate in Asian typography. Kerning is applied between two characters if neither is Kanji, Hiragana, or Katakana.
OFF | constant |
public static const OFF:String = "off"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to indicate kerning is disabled.
ON | constant |
public static const ON:String = "on"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 1.5 |
Used to indicate kerning is enabled.