首页 > 其他 > 详细

[NSAttributedString] 简介

时间:2015-08-26 13:46:11      阅读:314      评论:0      收藏:0      [点我收藏+]

NSFontAttributeName overview 里面 Attributed String Programming Guide  standard attribute 

 

Table 1  Table of standard attributes

Attribute Identifier

Value Class

Default Value

NSAttachmentAttributeName

NSTextAttachment

none (no attachment)

NSBackgroundColorAttributeName

NSColor

none (no background)

NSBaselineOffsetAttributeName

NSNumber, as a float

0.0

NSFontAttributeName

NSFont

Helvetica 12-point // 字体

NSForegroundColorAttributeName

NSColor

black //字体景色

NSKernAttributeName

NSNumber, as a float

0.0 //字体间距

NSLigatureAttributeName

NSNumber, as an int

1 (standard ligatures) // 连字符

NSLinkAttributeName

id

none (no link)

NSParagraphStyleAttributeName

NSParagraphStyle

(as returned by NSParagraphStyle’s defaultParagraphStyle method)

NSSuperscriptAttributeName

NSNumber, as an int

0

NSUnderlineStyleAttributeName

NSNumber, as an int

none (no underline)

[NSAttributedString] 简介

原文:http://www.cnblogs.com/baaingSheep/p/4759990.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!