标签: flash adobe
我需要用斜体写一些动态文本字段。假设我想在我的代码中以斜体写“文本”。我该怎么办?
this.instance_name.text = "This is some text.";
答案 0 :(得分:0)
未经测试,可以用于“ it's a html5 animation” ,但是您可以尝试使用htmlText的textField属性:
it's a html5 animation
textField
this.instance_name.htmlText = "This is some <i>text</i>.";