多行中行之间的coretext空间

时间:2011-10-31 14:37:17

标签: ios uitextview multiline uifont core-text

UITextView和核心文字绘图

为什么多线之间的间距不同?

enter image description here

1 个答案:

答案 0 :(得分:2)

CGFloat lineHeight = 17.0;

CTParagraphStyleSetting settings[2] = {
        { kCTParagraphStyleSpecifierMinimumLineHeight, sizeof(lineHeight), &lineHeight },
        { kCTParagraphStyleSpecifierMaximumLineHeight, sizeof(lineHeight), &lineHeight }
}