init<S>(AttributeContainer, including: S.Type)
Creates a dictionary that contains the keys and values from an attribute container, using a specified attribute scope.
ある辞書を作成します、それはキーと値をある属性コンテナから含むものです、ある指定された属性スコープを使っています。
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
である時に利用可能です。