NSMutalbeAttributeString

NSMutalbeAttributeString如果同时添加附件(NSTextAttachment)和文本(NSAttributedString),则

  “文本中已经设置的Attributes将不起作用”

解决方法:在完成的NSMutalbeAttributeString中重新设置加入文本的Attributes。

 

 

 

NSBaselineOffsetAttributeName:调节文字垂直方向位置

[attredStr   addAttribute:NSBaselineOffsetAttributeName  value:@(2)  range:NSMakeRange(location, length)]; //位置向上移动2像素

 

posted on 2017-02-21 20:11  离群的野兽  阅读(92)  评论(0编辑  收藏  举报

导航