
25.01.2012, 13:13
|
|
Регистрация: Feb 2011
Адрес: Украина Днепропетровск
Сообщений: 106
|
var textMy:TextField=new TextField();
textMy.embedFonts = true;//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Вот это поможет
textFormat = new TextFormat("Arial", 8, 0, true);
textMy.text = "text";
textMy.setTextFormat(textFormat);
|