
16.01.2004, 23:53
|
|
блогер
Регистрация: Mar 2003
Адрес: Моск. обл.
Сообщений: 5,269
|
если целиком, то можно и без html :
_root.createTextField("tf", 0, 10, 10, 400, 200);
txt_form = new TextFormat();
txt_form.bold=true;
tf.text = "полужирный";
tf.setTextFormat(txt_form);
|