Justification with last line center
Hello all,
I am using textLayout_1.0.0.595.swf.
I have problem with setting justification with last line center style to paragraph .
Here is code snippet
var textLayoutFormat:TextLayoutFormat = new TextLayoutFormat(null);
textLayoutFormat.textAlign = TextAlign.JUSTIFY;
textLayoutFormat.textAlignLast=TextAlign.CENTER;
var editManager:EditManager = currentSelectedTextFlow.interactionManager as EditManager;
editManager.applyFormat(textLayoutFormat,textLayoutFormat,null);
Thanks,
Vikram
