iOS- 详解文本属性Attributes
摘要:http://www.cnblogs.com/qingche/p/3574995.html?utm_source=tuicool1.NSKernAttributeName:@10 调整字句 kerning 字句调整2.NSFontAttributeName :[UIFont systemFontOf...
阅读全文
NSAttributedString描述
摘要:字符属性 字符属性可以应用于 attributed string 的文本中。 NSString *const NSFontAttributeName;(字体) NSString *const NSParagraphStyleAttributeName;(段落) NSString *cons...
阅读全文
初探NSAttributedString和NSMutableAttributedString的使用
摘要:由于iOS7新出的NSTextStorge是NSMutableAttributedString的子类,所以要用好NSTextStorage,首先要学好NSMutableAttributedString和NSAttributedString。按个人的理解,NSAttributedString是一个带有...
阅读全文