AliSoftware / OHAttributedLabel

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

Error with custom font #179

Open alekseypotapov-dev opened 10 years ago

alekseypotapov-dev commented 10 years ago

When trying to add custom font this method

-(void)setFontName:(NSString*)fontName size:(CGFloat)size range:(NSRange)range

Throws error.

Note, that simple UILabel gets this custom font well