| Package | flash.text.engine |
| Class | public final class Kerning |
| Inheritance | Kerning Object |
ElementFormat.kerning.
See also
| Constant | Defined By | ||
|---|---|---|---|
| AUTO : String = "auto" [static]
Used to indicate kerning is enabled only for characters appropriate 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"Used to indicate kerning is enabled only for characters appropriate in Asian typography. Kerning is applied between two characters if neither is Kanji, Hiragana, or Katakana.
| OFF | Constant |
public static const OFF:String = "off"Used to indicate kerning is disabled.
| ON | Constant |
public static const ON:String = "on"Used to indicate kerning is enabled.