属性名 | 说明 | 类型 | 默认值 |
---|---|---|---|
NSFontAttributeName | 字体 | NSFont | Helvetica(Neue) 字号12 |
NSForegroundColorAttributeName | 前景色(文字颜色) | UIColor | 黑色 |
NSBackgroundColorAttributeName | 背景色 | UIColor | 无色 |
NSLigatureAttributeName | 连体属性 | NSNumber,0无连体,1连体 | 0 |
NSKernAttributeName | 字符间距 | NSNumber,正直变大,负值减小 | 0 |
NSStrikethroughStyleAttributeName | 删除线样式 | NSNumber | 0 |
NSStrikethroughColorAttributeName | 删除线颜色 | UIColor | 黑色 |
NSUnderlineStyleAttributeName | 下划线样式 | NSUnderlineStyle,枚举值 | 0 |
NSUnderlineColorAttributeName | 下划线颜色 | UIColor | 黑色 |
NSStrokeColorAttributeName | 文本轮廓颜色 | UIColor | 与前景色相同 |
NSStrokeWidthAttributeName | 填充宽度 | NSNumber,正值中空,负值填充 | 0 |
NSShadowAttributeName | 阴影属性 | NSShadow | nil |
NSTextEffectAttributeName | 文本效果 | NSString,目前只有印刷效果 | 无效果 |
NSAttachmentAttributeName | 附件 | NSTextAttachment | nil |
NSLinkAttributeName | 链接属性 | NSURL (优先选择) 或者 NSString | nil |
NSBaselineOffsetAttributeName | 基线偏移值 | NSNumber | 0 |
NSObliquenessAttributeName | 字体倾斜度 | NSNumber | 0 |
NSExpansionAttributeName | 横向拉伸属性 | NSNumber | 0 |
NSWritingDirectionAttributeName | 文字书写方向 | NSArray of NSNumbers | |
NSVerticalGlyphFormAttributeName | 文字排版方向 | NSNumber,0横向,1竖向 | 0 |
NSAttributedString
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- NSAttributedString 带有属性的字符串, 富文本 由2部分组成文字内容 : NSString *文...
- 简介本人是一个iOS开发菜鸟,之前很是懒惰,以后希望以此来激励自己,每天对掌握的新知识点进行记录,激励自己也想分享...