The TextFrame.overflows boolean will be set to true when there is too much text. That is obvious... But it will also be set to true when there is a very long unbreakable word, or URL, or set of words with non-breaking spaces. I would like to know that when TextFrame.overflows is true, whether it was because there was too much text or because a line could not be broken. Is there a way to determine this?
Andy