getting string bound cocoa
I have an NSString object having string content as "Abc". It has font name, type and size as "Arial开发者_运维知识库", "Bold" and "12.0" respectively.
How can i know the bounding rect of the the said string.
NSString has a boundingRectWithSize:options:attributes: method.
精彩评论