GNUstep CoreBase Library 0.2
Typedefs
CFMutableAttributedString Reference

Detailed Description

Typedefs

typedef struct __CFAttributedString * CFMutableAttributedStringRef
 

Creating a CFMutableAttributedString

CFMutableAttributedStringRef CFAttributedStringCreateMutable (CFAllocatorRef alloc, CFIndex maxLength)
 
CFMutableAttributedStringRef CFAttributedStringCreateMutableCopy (CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef str)
 

Modifying a CFMutableAttributedString

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)