Is there a way to count lines in a paragraph?
Right now it's only possible to access the text data as a string, and use information on the font size, line height, etc. to infer the number of lines that are rendered.
Is there a way to do it properly? If not, can it be added somehow?
Thanks