init<S>([NSAttributedString.Key : Any], including: S.Type)
Creates an attribute container from a dictionary and an attribute scope.
ある属性コンテナをある辞書とある属性スコープから作成します。
init<S>([NSAttributedString.Key : Any], including: KeyPath<AttributeScopes, S.Type>)
Creates an attribute container from a dictionary and an attribute scope that a key path identifies.
ある属性コンテナをある辞書とあるキーパスが識別する属性スコープから作成します。
init([NSAttributedString.Key : Any])
Creates an attribute container from a dictionary, using default attribute scopes.