Hi,

I tried to find out how to get the height or number of lines of a text (you can get the other thing with font.dy) in this thread:
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=329125#Post329125

Apparently, there is no engine function which can do that. You can count the "\n"s in the string(s) of the text, but that doesn't work if the WWRAP flag is set.

So, could there please be an engine function like var txt_height(TEXT*) or something like text.lines?