Core Foundation   >   CFAttributedString
クラス
CFAttributedString
CFAttributedString オブジェクトへの参照。
概観
CFAttributedStringRef 型は、CFString オブジェクトと、文字列内の文字の表示方法を指定する属性の集合を組み合わせたオブジェクトを参照します。CFAttributedString は、CFAttributedString オブジェクトの特性と動作を定義する不透明型です。
CFAttributedStringRef 型の値は、不変の CFAttributedString オブジェクト用のすべての関数に CFMutableAttributedString オブジェクトが応答するため、不変または変更可能な文字列を参照することがあります。CFAttributedStringRef 値を受け取り、値を不変に保持する必要がある関数は、 CFAttributedStringCreateWithSubstring(_:_:_:)(CFRetain の代わりに) を呼び出す必要があります。