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

replaceAttributes(_:with:)

Replaces occurrences of attributes in one attribute container with those in another 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 属性の適用と修正