How do I work out how much large an area drawing an NSString will occupy, i.e. by using:
[string drawAtPoint:p withAttributes:nil];
I ideally need to work this out before its drawn so I can space out the "areas" in which the strings are drawn appropriately.