Hi, i'm trying to use this method for an NSAttributedString object. but when i go [object drawAtPoint
], I get a warning that says there are two definitions of this method, and it is trying to use the one with the signature -(BOOL)drawAtPoint
NSPoint)aPoint which is not what I want. So how do I get it to use the -(void)drawAtPoint
NSPoint)aPoint one? thanks.