Hi,
i’ve searched a lot in all the forum but i haven’t found my answer.
My problem is that i’ve this code
var myFont:Font = new Font1();
var myFormat:TextFormat = new TextFormat();
myFormat.font = myFont.fontName;
myFormat.size = 15;
titolo.defaultTextFormat = myFormat;
titolo.embedFonts = true;
titolo.antiAliasType = AntiAliasType.ADVANCED;
giorno.defaultTextFormat = myFormat;
for embedding text. Font1 is the name of my font(Georgia) in the library.
When i run my project the result is:
The font is not anti aliased altough the x and y are -81 and 2.
What’s the problem?
Thanks. :geek: