I am creating a custom text resizer for my app and I really need any way to figure out whether a word has been truncated like the word example in the image
I have an idea if I can ellipsize words and then use getEllipsisCount(); but I'm not sure whether it will work and being a beginner I can't even get that done. So what should I do?