Package | flash.text.engine |
Class | public final class TypographicCase |
Inheritance | TypographicCase Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
typographicCase
property
of the ElementFormat class.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
CAPS : String = "caps" [static]
Specifies that spacing is adjusted for uppercase characters on output. | TypographicCase | ||
CAPS_AND_SMALL_CAPS : String = "capsAndSmallCaps" [static]
Specifies that all lowercase characters use small-caps glyphs on output. | TypographicCase | ||
DEFAULT : String = "default" [static]
Specifies default typographic case. | TypographicCase | ||
LOWERCASE : String = "lowercase" [static]
Specifies that all characters use lowercase glyphs on output. | TypographicCase | ||
SMALL_CAPS : String = "smallCaps" [static]
Specifies that uppercase characters use small-caps glyphs on output. | TypographicCase | ||
TITLE : String = "title" [static]
Specifies that uppercase characters use title glyphs on output. | TypographicCase | ||
UPPERCASE : String = "uppercase" [static]
Specifies that all characters use uppercase glyphs on output. | TypographicCase |
Constant Detail
CAPS | Constant |
public static const CAPS:String = "caps"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that spacing is adjusted for uppercase characters on output.
CAPS_AND_SMALL_CAPS | Constant |
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that all lowercase characters use small-caps glyphs on output.
DEFAULT | Constant |
public static const DEFAULT:String = "default"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies default typographic case. The results are font-dependent; characters use the settings specified by the font designer without any features applied.
LOWERCASE | Constant |
public static const LOWERCASE:String = "lowercase"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that all characters use lowercase glyphs on output.
SMALL_CAPS | Constant |
public static const SMALL_CAPS:String = "smallCaps"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that uppercase characters use small-caps glyphs on output.
TITLE | Constant |
public static const TITLE:String = "title"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that uppercase characters use title glyphs on output.
UPPERCASE | Constant |
public static const UPPERCASE:String = "uppercase"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that all characters use uppercase glyphs on output.
Mon Nov 28 2011, 06:48 AM -08:00