all groups > flash (macromedia) > june 2007 >
You're in the

flash (macromedia)

group:

textField, embedFont, Textformat, cyrillic


textField, embedFont, Textformat, cyrillic Zinotidi
6/10/2007 9:59:49 PM
flash (macromedia):
Hi there,
i have a problem with AS created textfields and embedded cyrillic fonts. There
is simply no output. Please take a look at my sample code. 'embedCYR' is an
embedded Arial CYR.

thanks a lot!
Phil



t = this.createTextField("txt", this.getNextHighestDepth(), 100, 100, 300, 20);
t.autoSize = "left";
t.embedFonts = true;
t.antiAliasType = "advanced";
t.text = '????????????????????????????';
t.wordWrap = true;

var style:TextFormat = new TextFormat();
style.font = "embedCYR";
style.size = 30;
t.setTextFormat(style);
Re: textField, embedFont, Textformat, cyrillic Zinotidi
6/11/2007 12:00:00 AM
Hi dzedward

thanks for your answer but sadly i still have the same problem. When i change
embedFonts from false to true i get no output.
The same problem occurs when i put a dynamic textfield on stage and embed some
characters => no output.

thanks for your help!
phil
Re: textField, embedFont, Textformat, cyrillic dzedward
6/11/2007 12:03:06 AM
AddThis Social Bookmark Button