init()
Creates an empty option set.
空のオプションセットを作成します。
typealias AttributedString.FormattingOptions.Element
The type of element for creating formatting options from a sequence.
書式設定オプションをあるシーケンスから作成するための要素の型。
init(arrayLiteral : AttributedString.FormattingOptions...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。
typealias AttributedString.FormattingOptions.ArrayLiteralElement
The type of element for creating formatting options from an array literal.
書式設定オプションをある配列リテラルから作成するための要素の型。
init(rawValue : UInt)
Creates a formatting options instance from the given raw value.
ある書式設定オプションインスタンスをこの与えられた生の値から作成します。
typealias AttributedString.FormattingOptions.RawValue
The type of element for creating formatting options from a raw value.
書式設定オプションをある生の値から作成するための要素の型。