Pacoteflash.text
Classepublic final class AntiAliasType
HerançaAntiAliasType Inheritance Object

The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class.

Veja também

flash.text.TextField


Propriedades Públicas
 PropriedadeDefinido por
 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
Métodos Públicos
 MétodoDefinido por
 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
Constantes públicas
 ConstanteDefinido por
  ADVANCED : String = "advanced"
[static] Sets anti-aliasing to advanced anti-aliasing.
AntiAliasType
  NORMAL : String = "normal"
[static] Sets anti-aliasing to the anti-aliasing that is used in Flash Player 7 and earlier.
AntiAliasType
Detalhes da constante
ADVANCEDConstante
public static const ADVANCED:String = "advanced"

Sets anti-aliasing to advanced anti-aliasing. Advanced anti-aliasing allows font faces to be rendered at very high quality at small sizes. It is best used with applications that have a lot of small text. Advanced anti-aliasing is not recommended for very large fonts (larger than 48 points). This constant is used for the antiAliasType property in the TextField class. Use the syntax AntiAliasType.ADVANCED.

Veja também

NORMALConstante 
public static const NORMAL:String = "normal"

Sets anti-aliasing to the anti-aliasing that is used in Flash Player 7 and earlier. This setting is recommended for applications that do not have a lot of text. This constant is used for the antiAliasType property in the TextField class. Use the syntax AntiAliasType.NORMAL.

Veja também