init()
Creates an empty option set.
空のオプションセットを作成します。
init<S>(S)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
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.
書式設定オプションをある生の値から作成するための要素の型。