External font + external textField
i have font library, loaded in runtime , has font embeded.
after it's loaded use font.registerfont
then load swf-file, has textfield in it. ,
var format:textformat = textfield.defaulttextformat;
format.font = resultfontname;
textfield.embedfonts = true;
textfield.selectable = false;
textfield.antialiastype = antialiastype.advanced;
textfield.defaulttextformat = format;
textfield.settextformat( format);
and still don't see letters.
please, help.
trace font , see outputs, make sure it's expect.
trace(format.font);
More discussions in ActionScript 3
adobe
Comments
Post a Comment