Text Align ignores whitespaces
Hi.
I have a problem with text align in text field.
Let's say that I have a text field with htmlText:
"Text example "
- when I set align for this text field like this:
var _format:TextFormat = new TextFormat();
_format.align= TextFormatAlign.CENTER;
text_field.setTextFormat(_format);
- it ignores whitespaces at the end of the line.
Same thing for TextFormatAlign.RIGHT.
Can I change this behavior using new text layout framework?
