How to remove padding from TextFlow?
Hi,
I'm rendering a textflow using s Sprite. I want to remove the padding, so the text uses all available space. How can I do it?
This is a screenshot showing the text selected and the padding (left, right, top and bottom.).

I tried this with no result:
<TextFlow xmlns='http://ns.adobe.com/textLayout/2008'
fontSize='16' textIndent='0' paragraphSpaceAfter='0'
paddingTop='0'
paddingBottom='0'
paddingLeft='0'
paddingRight='0' ......
Any ideas?
