Applying Advanced Anti-Aliasing : Effects « TextField « Flash / Flex / ActionScript






Applying Advanced Anti-Aliasing

 

package {

  import flash.display.Sprite;
  import flash.text.TextField;
  public class Main extends Sprite {
    public function Main(  ) {
      var field:TextField = new TextField(  );
      field.antiAliasType = flash.text.AntiAliasType.ADVANCED;

      addChild(field);
    }
  }
}

        








Related examples in the same category

1.Make whole TextField italic
2.Set Text box grid fit type to pixel
3.ClickableText
4.Rasterizing, then dissolving a TextField
5.the text appears fully opaque, even though the text field's alpha percentage is set to 20%:
6.a list of bulleted text