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

replaceAttributes(_:with:)

Replaces the attributed string’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. 適用する新しい属性それら。

See Also 参照

Mutating the String’s Attributes 文字列のもつ属性を変化させる