init<S>(AttributeContainer, including: KeyPath<AttributeScopes, S.Type>)
Creates a dictionary that contains the keys and values from an attribute container, using an attribute scope that a key path identifies.
ある辞書を作成します、それはキーと値をある属性コンテナから含むものです、ある属性スコープを使っていてそれはあるキーパスを識別します。
Available when
Key
is NSAttributedString
.
Key
and Value
is Any
.
Key
がNSAttributedString
.
Key
であるそしてValue
がAny
である時に利用可能です。
init(AttributeContainer)
Creates an attribute container from a dictionary, using default attribute scopes.
Available when
Key
is NSAttributedString
.
Key
and Value
is Any
.
Key
がNSAttributedString
.
Key
であるそしてValue
がAny
である時に利用可能です。