When drawing an NSString with -drawAtPoint:, what is the starting point of the string?
Relative to开发者_高级运维 the text... where is the point? Top left of the rectangle where the text is?
From the documentation:
Parameters
point
The location (in the coordinate system of the current graphics context) at which to draw the string. This point represents the top-left corner of the string’s bounding box.
精彩评论