Renpy uses a lot of python and custom made code, in order to show text that is displayed on screen using the say statement
.
After running into some troubles with the nvl mode
within renpy, I found it necessary to know how many lines are going to be displayed on screen (taking into account the font size, naturally and the size of the text window).
So my question:
As I didn't find anything in the documentation in regards to that, I'm wondering if there is any command or other possibility to precalculate the height of a text that is to be displayed?