var my_fmt:TextFormat = new TextFormat();
my_fmt.font = "my font";
this.createEmptyMovieClip('mc',0);
mc.createTextField("my_txt", this.getNextHighestDepth(), 70, 40, 200,300);
mc.my_txt.embedFonts = true;
mc.my_txt.text = "Peter Horowiy";
mc.my_txt.setTextFormat(my_fmt);
И это там тоже есть

Так и маска и поворот и альфа будит работать.