Is there any way in TMP to disable wrapping, but only for single words? For example, let’s say I have the following text:
“ThisIsAVeryLongWord”
Since there’s no spaces, I would like auto-scale the text to fit the boundaries so it can fit on one line. However, If I have this text:
“This Is A Very Long Sentence”
I do not want to scale the text; I simply want it to overflow onto the next line.
It seems like this is an either/or scenario: there is no way to have both. Is that true?