init(stringLiteral : String)
Creates an attributed string from the specified string literal, with no attributes.
ある属性付き文字列をこの指定された文字列リテラルから、属性なしで作成します。
typealias AttributedString.StringLiteralType
The type that string literal initializers use.
文字列リテラルイニシャライザが使う型。
init(unicodeScalarLiteral : String)
Creates an instance initialized to the given value.
与えられた値へと初期化されるあるインスタンスを作成します。
init(extendedGraphemeClusterLiteral : String)
Creates an instance initialized to the given value.
与えられた値へと初期化されるあるインスタンスを作成します。
typealias AttributedString.ExtendedGraphemeClusterLiteralType
The type that extended grapheme cluster literal initializers use.
拡張書記素クラスタリテラルイニシャライザが使う型。