A reference to a CFMutableAttributedString object.
SDKs
- iOS 2.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
class CFMutableAttributedString : CFAttributed String
Overview
The CFMutable
type refers to a mutable object that combines a CFString object with a collection of attributes that specify how the characters in the string should be displayed. CFMutableAttributedString is an opaque type that defines the characteristics and behavior of CFMutableAttributedString objects.
CFMutableAttributedString objects also respond to all functions intended for immutable CFAttributedString objects.