-
How area texts are pushed into a new line?
Hey guys, I wonder is there a way to figure out whether text is moved into a next line inside area text box, by splitting contents of a layer by some special character?
Idea is as follows – if we have a phrase in one line, but make area-text-box region smaller, it pushes overbleeding text into next line. Is there a way to detect that through expressions?
I thought maybe it under the hood adds return carriage or “\x03” – but splitting phrase in a temporary layer by various options doesn’t provide that information.
Cheers!