Hi, as you may know, doing word wrapping is a bit hard and I think the TEXT object does it very well. The problem I had with it is that I don't know how many lines or pixels it takes when I put a string in it. I made a chat ticker which fades the oldest line when a new line comes up and I couldn't do it with a TEXT. I ended up writing my own word-wrapping function which calculates this and breaks up a string for line by line usage. If I could get the line count somehow, my job would be easier.

Thanks in advance.

P.S: You may have noticed that I've been posting a lot of these lately I hope I'm not bothering anyone. We've been working on a project with A8 these last 2 years and there were many times I should've posted but I didn't. Now the development phase is coming to an end and the maintenance phase is coming up, I'll get to clean up some workarounds and I could some help from the engine side.