Anyone know how to set a dynamic text box to “antialias for readability”? Heres my code:
var t=new TextField();
t.htmlText='<FONT FACE="Arial" SIZE="12" COLOR="#FF0000">Some Text Here</FONT>'
t.x=200
t.y=300
addChild(t)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe it is the antiAliasType property in conjunction with the sharpness property.