Instance Method インスタンスメソッド

fontAttributes(in:)

Returns the font attributes in effect for the character at the specified location. 指定された場所での文字に対してフォント属性を返します。

Declaration 宣言

func fontAttributes(in range: NSRange) -> [NSAttributedString.Key : Any]

Parameters パラメータ

aRange

The range. その範囲。

Return Value 戻り値

A dictionary containing the font attributes for the range. この範囲に対するフォント属性を含んでいる辞書。

Discussion 議論

The dictionary attributes are all those listed in Character Attributes, except link, paragraphStyle, and attachment. 辞書属性は、Character Attributesの中にリストされるそれら全てです、ただしlinkparagraphStyle、そしてattachmentを除きます。

Use this method to obtain font attributes that are to be copied or pasted with “copy font” operations. このメソッドを使って、“copy font” 操作でコピーまたはペーストされるフォント属性を取得してください。

Raises an NSRangeException if any part of aRange lies beyond the end of the receiver’s characters. NSRangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Retrieving Font Attribute Information フォント属性情報を回収する