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)drawAtPointNSPoint)aPoint which is not what I want. So how do I get it to use the -(void)drawAtPointNSPoint)aPoint one? thanks.