TextArea设置⽂本的局部样式
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"/>fontweight属性bold

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。