I have some UILabel
that contains a couple of different fonts, which I apply via attributedText
.
I have set the lineBreakMode
to be UILineBreakModeWordWrap
and I have set the size of the UILabel
to be the sizeThatFits
And it looks just fine, until I add NSBaselineOffsetAttributeName
to it's attributedText
Then I see weird truncation, regardless of how I change the height or width of the UILabel
How do I alter the baseline without affecting truncation?