Instance Method インスタンスメソッド

replaceAttributes(_:with:)

Replaces the attributed substring’s attributes with those in a specified attribute container. 属性付き下位文字列のもつ属性をある指定された属性コンテナの中のそれらと置き換えます。

Declaration 宣言

mutating func replaceAttributes(_ attributes: AttributeContainer, with others: AttributeContainer)

Parameters パラメータ

attributes

The existing attributes to replace. 置き換える既存の属性それら。

others

The new attributes to apply. 適用する新しい属性それら。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Applying and Modifying Attributes 属性の適用と修正