Apply Custom font to Attributed string Which Converts from HTML String
问题 I used UITextView in which i display NSAttributedString . i got HTML string from server . I converted HTML to NSAttributedString using below code. NSMutableAttributedString *attrib = [[NSMutableAttributedString alloc]initWithData:[strHTML dataUsingEncoding:NSUTF8StringEncoding] options:@{NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType, NSCharacterEncodingDocumentAttribute: @(NSUTF8StringEncoding)} documentAttributes:nil error:nil]; To Apply font i tried below 2 codes. apply Attribute