| Package | flash.text.engine |
| Class | public final class TypographicCase |
| Inheritance | TypographicCase Object |
typographicCase property
of the ElementFormat class.
See also
| 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 | ||
| CAPS | Constant |
public static const CAPS:String = "caps"Specifies that spacing is adjusted for uppercase characters on output.
| CAPS_AND_SMALL_CAPS | Constant |
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"Specifies that all lowercase characters use small-caps glyphs on output.
| DEFAULT | Constant |
public static const DEFAULT:String = "default"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"Specifies that all characters use lowercase glyphs on output.
| SMALL_CAPS | Constant |
public static const SMALL_CAPS:String = "smallCaps"Specifies that uppercase characters use small-caps glyphs on output.
| TITLE | Constant |
public static const TITLE:String = "title"Specifies that uppercase characters use title glyphs on output.
| UPPERCASE | Constant |
public static const UPPERCASE:String = "uppercase"Specifies that all characters use uppercase glyphs on output.