UITextView and Core Text drawing
why spacing different between multiline?
easy
CGFloat lineHeight = 17.0;
CTParagraphStyleSetting settings[2] = {
{ kCTParagraphStyleSpecifierMinimumLineHeight, sizeof(lineHeight), &lineHeight },
{ kCTParagraphStyleSpecifierMaximumLineHeight, sizeof(lineHeight), &lineHeight }
}