Link to home
Start Free TrialLog in
Avatar of bksaji
bksaji

asked on

How to get each line Info of TextArea?

I need to get each line information like linewidth, lineheight and font info. Here i have to consider the word wrap as new line, since i will send the each line information to server to create PDF for the respective TextArea as it looks.  please help me. i can give you donation if i satisfy. Thanks
ASKER CERTIFIED SOLUTION
Avatar of hockeyragazzo
hockeyragazzo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bksaji
bksaji

ASKER

Thanks for the solution, but i achieved by myself with the following code,

var len:uint = textField.numLines;
for(var i:uint=0;i