|
void | CFAttributedStringBeginEditing (CFMutableAttributedStringRef str) |
|
void | CFAttributedStringEndEditing (CFMutableAttributedStringRef str) |
|
CFMutableStringRef | CFAttributedStringGetMutableString (CFMutableAttributedStringRef str) |
|
void | CFAttributedStringRemoveAttribute (CFMutableAttributedStringRef str, CFRange range, CFStringRef attrName) |
|
void | CFAttributedStringReplaceString (CFMutableAttributedStringRef str, CFRange range, CFStringRef repl) |
|
void | CFAttributedStringReplaceAttributedString (CFMutableAttributedStringRef str, CFRange range, CFAttributedStringRef repl) |
|
void | CFAttributedStringSetAttribute (CFMutableAttributedStringRef str, CFRange range, CFStringRef attrName, CFTypeRef value) |
|
void | CFAttributedStringSetAttributes (CFMutableAttributedStringRef str, CFRange range, CFDictionaryRef repl, Boolean clearOtherAttribs) |
|