Language version: | ActionScript 3.0
|
The TypographicCase class is an enumeration of constant values for setting the
typographicCase
property
of the ElementFormat class.
public static const CAPS:String = "caps"
Language version: | ActionScript 3.0
|
Specifies that spacing is adjusted for uppercase characters on output.
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"
Language version: | ActionScript 3.0
|
Specifies that all lowercase characters use small-caps glyphs on output.
public static const DEFAULT:String = "default"
Language version: | ActionScript 3.0
|
Specifies default typographic case. The results are font-dependent; characters use the settings specified by the font designer
without any features applied.
public static const LOWERCASE:String = "lowercase"
Language version: | ActionScript 3.0
|
Specifies that all characters use lowercase glyphs on output.
public static const SMALL_CAPS:String = "smallCaps"
Language version: | ActionScript 3.0
|
Specifies that uppercase characters use small-caps glyphs on output.
public static const TITLE:String = "title"
Language version: | ActionScript 3.0
|
Specifies that uppercase characters use title glyphs on output.
public static const UPPERCASE:String = "uppercase"
Language version: | ActionScript 3.0
|
Specifies that all characters use uppercase glyphs on output.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00