코딩하는 나귀

NSString* someText = @"문장입니다";

UIFont* someFont = [UIFont systemFontOfSize:12.0];

CGSize textSize = [someText sizeWithFont:someFont];