NSDictionary *attributes = @{NSFontAttributeName: [UIFont systemFontOfSize:VALUE->DP28]};
CGRect rect = [m_pGroupItem->pstrJs boundingRectWithSize:CGSizeMake(GETSCREENWIDTH - VALUE->DP80, MAXFLOAT)
options:NSStringDrawingUsesLineFragmentOrigin
attributes:attributes
context:nil];









网友评论