Initializer

init(_:attributes:)

Creates an attributed string from a substring and an attribute container. 属性付き文字列をある下位文字列と属性コンテナから作成します。

Declaration 宣言

init(_ substring: Substring, attributes: AttributeContainer = .init())

Parameters パラメータ

substring

A substring to add attributes to. 属性いくつかを加えることになるある下位文字列。

attributes

Attributes to apply to substring. substringに適用することになる属性いくつか。

See Also 参照

Creating an Attributed String 属性付き文字列を作成する