Hopefully, I explain this well enough.
If I know the width of a container, how could I determine how many line breaks are needed to fit a given string within that space? Given a string of N-length, if it needs to wrap beyond a 3rd line, then I want to cut the string off and concatenate "..." at the end of it.