XCode 15.2 日本語化計画:New Human Interface Guideline
属性付き文字列の属性を、指定された属性コンテナ内の属性と合体します。
attributes
合体すべき属性を含む属性コンテナ。
mergePolicy
この文字列の属性と attributes 内の属性の間の競合を解決するときに使用すべきポリシー。
AttributedStringAttributeMutation
func setAttributes(AttributeContainer)
属性付き文字列の属性を、指定された属性コンテナ内の属性に設定します。
func settingAttributes(AttributeContainer) -> AttributedString
属性付き文字列の属性を指定された属性コンテナ内の属性に設定することにより、属性付き文字列を返します。
func mergingAttributes(AttributeContainer, mergePolicy: AttributeMergePolicy) -> AttributedString
属性付き文字列の属性を指定された属性コンテナ内の属性と合体することにより、属性付き文字列を返します。
enum AttributedString.AttributeMergePolicy
属性を合体するときに適用する動作の列挙型。
func replaceAttributes(AttributeContainer, with: AttributeContainer)
1 つの属性コンテナ内の属性の出現を、別の属性コンテナ内の属性で置き換えます。
func replacingAttributes(AttributeContainer, with: AttributeContainer) -> AttributedString
1 つの属性コンテナ内の属性の出現を別の属性コンテナ内の属性で置き換えることにより、属性付き文字列を返します。
protocol AttributedStringAttributeMutation
属性付き文字列内の属性のその場での変更を定義するプロトコル。