![]() |
|
||||||||||
|
|||||
|
Регистрация: Sep 2006
Сообщений: 453
|
var my_fmt:TextFormat = new TextFormat();
my_fmt.font = "Wingdings";
my_fmt.italic = true;
tt.txt.createTextField("my_txt", tt.txt.my_txt.getNextHighestDepth(), 0, 0, 250, 200);
tt.txt.my_txt.multiline = true;
tt.txt.my_txt.selectable = false;
tt.txt.my_txt.text="hellowe";
tt.txt.my_txt.setTextFormat(my_fmt);
|
![]() |
Часовой пояс GMT +4, время: 13:23. |
|
|
« Предыдущая тема | Следующая тема » |
|
|