How would I get a CGRect from an NSRange for text rendered with Core Text?
I am using Core Text with an NSAttributedString.
|
How would I get a I am using Core Text with an
| |||
|
feedback
|
|
It is an absolute pain but can be done. You need to get all of the lines in the frame using Combining all of this and adding up offsets and heights and such can get you what you want. Note that | |||||||||
feedback
|
|
FIrst determine the line(s) in which the range you are interested in lies is. Then call | |||
|
feedback
|