Core Text 框架是处理文本内容的一个专门框架,在这个框架里面定义和约束了所有的文本字体和字形相关的属性定义。在 CTStringAttributes 这个头文件里面定义了21种扩展属性,分别对字体和字形的属性方面进行了详细的定义。
KCTFontAttributeName :设置字体属性 (大小和字体)
KCTForegroundColorFromContextAttributeName :从上下文中获取前景色
KCTKernAttributeName : 字符间距
KCTLigatureAttributeName :控制连体字的信息
KCTForegroundColorAttributeName : 前景色
KCTParagraphStyleAttributeName : 段落样式
KCTStrokeWidthAttributeName :描边的宽度
KCTStrokeColorAttributeName : 描边的颜色
KCTUnderlineStyleAttributeName : 下划线样式
KCTSuperscriptAttributeName : 临时脚本
KCTUnderlineColorAttributeName :下划线颜色
KCTVerticalFormsAttributeName :控制字形方向
KCTGlyphInfoAttributeName : 使用未编码的字形
KCTCharacterShapeAttributeName : 控制字形的选择
KCTLanguageAttributeName :指定文本的语言
KCTRunDelegateAttributeName :控制部分文字的外观
KCTBaselineClassAttributeName :引用重写基线的类
KCTBaselineInfoAttributeName : 引用基线信息的属性
KCTBaselineReferenceInfoAttributeName :关键参考基线信息字典的参考标准
KCTWritingDirectionAttributeName :指定一个双向覆盖或者嵌入 (设置书写方向)
KCTRubyAnnotationAttributeName : 引用一个 CTRubyAnnotation 的关键