Package | flash.text.engine |
Class | public final class Kerning |
Inheritance | Kerning Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
ElementFormat.kerning
.
See also
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
AUTO | Constant |
public static const AUTO:String = "auto"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to indicate kerning is disabled.
ON | Constant |
public static const ON:String = "on"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Used to indicate kerning is enabled.
Fri Mar 19 2010, 02:45 AM -07:00