I\'ve looked around at similar SO posts related to this, but none deal with exactly what I am looking for. Say I have some text, I throw it in a div, and add some arbitrary
Bob Monteverde provided a very nice piece of code to calculate a Strings width here. You could use that and start comparing string widths with the actual width of your div to find single lines.