hi ! Guys, I am crated tiny code to show text on big font.
So, I have creaed textfield and put in another display container . I also set property of textfield big scaleX and Y. But I got text without smooth. How to make smooth text through as3.
Let say,
test is my class and myText is attribute with TextField Object
Code:
var mySprite:MovieClip=new MovieClip();
mySprite.addChild(test.myText);