2025.32050 textCOMP.evalTextSize() limit

Hi!
2025.32050 Win 10
textCOMP.evalTextSize() returns maximum ~1072 height.
Here is an example:
textEvalTextSize.toe (19.7 KB)

Best,
Alex

Hi @letsius

thank you for sending this in. Was able to reproduce and it is logged as a bug.

cheers
Markus

1 Like

Thanks for the report and example. The function is actually running into an internal 64 line limit in the font processing library, so it is ignoring any text beyond that and returning the same line height.

We get around this ourselves by breaking the text into paragraphs first, but i’ve updated a task here to automate that for the evalTextSize function so in the future it can handle any length of text automatically.

1 Like