如何在富文本的选定文本上应用粗体,斜体,颜色等操作?

时间:2013-04-26 06:56:08

标签: flex4 flex4.6

我有一个拖动的对象(如矩形)。当我双击矩形时,富文本将变得可见,我可以在富文本上写文本并应用粗体,颜色等操作。应用所有操作并将鼠标放下designArea(是一个Group容器)属性不会保留。只有可见的更新文本。

function foo(e:IndexChangeEvent):void {

                var styleObj:TextLayoutFormat=new TextLayoutFormat();
                styleObj.fontFamily=textcontrol.cb.selectedItem;
                textTarget.setFormatOfRange(styleObj);
                //textTarget.setStyle("fontFamily",textcontrol.cb.selectedItem);

            }

enter image description here enter image description here

0 个答案:

没有答案