码迷,mamicode.com
首页 > 其他好文 > 详细

[NSAttributedString] 简介

时间:2015-08-26 13:48:59      阅读:153      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!