
04.06.2007, 16:50
|
|
Регистрация: Jun 2007
Адрес: Вильнус
Сообщений: 9
|
Хелп читай.
Цитата:
var my_fmt:TextFormat = new TextFormat();
my_fmt.font = "my font";
this.createTextField("my_txt", this.getNextHighestDepth(), 10, 10, 160, 120);
my_txt.wordWrap = true;
my_txt.embedFonts = true;
my_txt.text = "Hello world";
my_txt.setTextFormat(my_fmt);
my_txt._rotation = 45;
|
__________________
Если что... Ногами не бить...
|