ios学习笔记-Character Attributes

NSAttachmentAttributeName  -  添加附件  NSTextAttachment

NSBackgroundColorAttributeName - 背景色

NSBaselineOffsetAttributeName - 偏移

ios学习笔记-Character Attributes_第1张图片

NSExpansionAttributeName - 放大

ios学习笔记-Character Attributes_第2张图片

NSFontAttributeName - 字体 

NSForegroundColorAttributeName - 字颜色

NSKernAttributeName - 字间距

NSLigatureAttributeName - 连接字符与字符链接显示, ios只支持(1、0),注意下图的fl。

ios学习笔记-Character Attributes_第3张图片

NSLinkAttributeName - 超链接

NSObliquenessAttributeName - 倾斜

NSParagraphStyle - 段落

NSShadowAttributeName - 阴影

NSStrikethroughStyleAttributeName - 删除线样式

NSStrikethroughColorAttributeName - 删除线颜色

NSStrokeColorAttributeName - 轮廓颜色

NSStrokeWidthAttributeName - 轮廓宽度,详情见下图

ios学习笔记-Character Attributes_第4张图片

NSTextEffectAttributeName - 特殊效果

NSUnderlineStyleAttributeName - 下划线

NSUnderlineColorAttributeName - 下划线颜色

NSVerticalGlyphFormAttributeName - 水平和垂直

NSWritingDirectionAttributeName - 书写方式。

你可能感兴趣的:(ios学习笔记-Character Attributes)