NSAttributedString

属性名 说明 类型 默认值
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)