在 textField.htmlText 中使用字体颜色的最佳方法
在 textField.htmlText
中使用超过 1 种字体颜色的最佳方法是什么?
我已经使用了这样的代码:
textField.htmlText = "blaa blaa" + "< u >"+w+"< /u >"+"blaa blaa"
我怎样才能定义特定的颜色?
What is the best way to use more than 1 font color with textField.htmlText
?
I already use code like:
textField.htmlText = "blaa blaa" + "< u >"+w+"< /u >"+"blaa blaa"
How can I make that to define a specific color as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 flash.text.StyleSheet
Use flash.text.StyleSheet
字体标签更容易
FONT Tag is easier