get Bounds of a textline in TF
Hey guys!
i have a textflow ( width:500 , height:200 ) within a longer text
the text in the textflow breaked to 3 lines ( multiline with break ) ...
i want to know how to get the following values:
- the Width & Height of 1st line in pixel and x , y ( bounds of the first line )
- the Width & Height of 3rd line in pixel and x , y ( bounds of the third line )
...and
- is it possible in a textflow to set the CompositionSize to Auto ( AutoWidth / AutoHeight ) according to the contained text ?
Thanks!
