Is there a way to detect if text is cutoff?

I’d like to set up a conditional to shrink text size if text is cut off.

Note: in this case, I can’t allow the textbox to expand, and because of spaces between paragraphs, using a character count isn’t ideal.

1 Like

The way I handle is that I figure out how many characters the text box can hold, and then use the truncated function for that many chars.

There are varying spaces between paragraphs depending on the user input, so a character count isn’t effective.

This topic was automatically closed after 70 days. New replies are no longer allowed.