| Package | flash.text.engine |
| Class | public final class TextRotation |
| Inheritance | TextRotation Object |
ElementFormat.textRotation, ContentElement.textRotation,
TextBlock.lineRotation, and TextLine.getAtomTextRotation().
The final rotation of any glyph is the sum of TextBlock.lineRotation,
ElementFormat.textRotation, and ContentElement.textRotation
See also
| Constant | Defined By | ||
|---|---|---|---|
| AUTO : String = "auto" [static]
Specifies a 90 degree counter clockwise rotation for full width and wide glyphs only,
as determined by the Unicode properties of the glyph. | TextRotation | ||
| ROTATE_0 : String = "rotate0" [static]
Specifies no rotation. | TextRotation | ||
| ROTATE_180 : String = "rotate180" [static]
Specifies a 180 degree rotation. | TextRotation | ||
| ROTATE_270 : String = "rotate270" [static]
Specifies a 270 degree clockwise rotation. | TextRotation | ||
| ROTATE_90 : String = "rotate90" [static]
Specifies a 90 degree clockwise rotation. | TextRotation | ||
| AUTO | Constant |
public static const AUTO:String = "auto"Specifies a 90 degree counter clockwise rotation for full width and wide glyphs only, as determined by the Unicode properties of the glyph. This value is typically used with Asian text to rotate only those glyphs that require rotation. This rotation is applied only in vertical text to return full width and wide characters to a vertical orientation without affecting other characters.
| ROTATE_0 | Constant |
public static const ROTATE_0:String = "rotate0"Specifies no rotation.
| ROTATE_180 | Constant |
public static const ROTATE_180:String = "rotate180"Specifies a 180 degree rotation.
| ROTATE_270 | Constant |
public static const ROTATE_270:String = "rotate270"Specifies a 270 degree clockwise rotation.
| ROTATE_90 | Constant |
public static const ROTATE_90:String = "rotate90"Specifies a 90 degree clockwise rotation.