TextArea设置文本的局部样式 博客分类: Flex TextArea文本的局部样式
程序员文章站
2024-03-17 10:06:04
...
var tr:TextRange = new TextRange(ta,true,ta.selectionBeginIndex,ta.selectionEndIndex); tr.fontSize = 20; tr.fontWeight = "bold"; <mx:TextArea id="ta" width="300" height="200"/>