I want to make sure a TextView will not have single word per line.
That means that if a text is long and is dropped to a second or third line, i want to check that there is more than one word in that line.
Then break the text a word before that top ensure that there is more the one word in the last line.
How can i count words in each line of a TextView?