AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

Negative Line Spacing #144

Closed MrBendel closed 11 years ago

MrBendel commented 11 years ago

Would it be difficult to support negative line spacing? I know CTParagraphStyles dictate leading to be negative - but maybe you could override that?

Thanks

MrBendel commented 11 years ago

kCTParagraphStyleSpecifierLineHeightMultiple allows to tighten leading - maybe this will help someone else. Thanks!