I m using the OHAttributedLabel as an UILabel replacement. I d like to calculate the size of my UIFont relying on the length of the text and the height of the OHAttributedLabel.
label.adjustsFontSizeToFitWidth = YES; doesn t work, OHAttributedLabel doesn t support it and I don t know how I could fix it.
是否有办法计算字体的大小?
提前感谢,
Nicolai