Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UITextView 和 Core Text 绘图
为什么多行之间的间距不同?
简单的
CGFloat lineHeight = 17.0; CTParagraphStyleSetting settings[2] = { { kCTParagraphStyleSpecifierMinimumLineHeight, sizeof(lineHeight), &lineHeight }, { kCTParagraphStyleSpecifierMaximumLineHeight, sizeof(lineHeight), &lineHeight } }