For laying out the text in a view, I would like to know if it's possible to do the following:
given a string S, frame size and font size => return range (NSRange) of characters that I can use to substring S, which of course will fit into the frame.
thanks!