Packageflash.text.engine
Classpublic final class GlyphRotation
InheritanceGlyphRotation Inheritance Object

Language Version : ActionScript 3.0
Player Version : Flash Player 10

The GlyphRotation class is an enumeration of constant values used with TextBlock.glyphRotation.

See also

TextBlock.glyphRotation


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  FULL_AND_WIDE : String = "fullAndWide"
[static] Indicates automatic rotation of full width and wide characters.
GlyphRotation
  NONE : String = "none"
[static] Indicates no glyph rotation.
GlyphRotation
Constant Detail
FULL_AND_WIDEConstant
public static const FULL_AND_WIDE:String = "fullAndWide"

Language Version : ActionScript 3.0
Player Version : Flash Player 10

Indicates automatic rotation of full width and wide characters.

NONEConstant 
public static const NONE:String = "none"

Language Version : ActionScript 3.0
Player Version : Flash Player 10

Indicates no glyph rotation.