func rulerAttributes (in: NSRange) -> [NSAttributedString.Key : Any]
Returns the ruler (paragraph) attributes in effect for the characters within the specified range.
指定された範囲内の文字に効果を持つルーラー(段落)属性を返します。
Availability 有効性
Technology
func fontAttributes(in range: NSRange
) -> [NSAttributedString
.Key
: Any]
aRange
The range. その範囲。
A dictionary containing the font attributes for the range. この範囲に対するフォント属性を含んでいる辞書。
The dictionary attributes are all those listed in Character Attributes
, except link
, paragraph
, and attachment
.
辞書属性は、Character Attributes
の中にリストされるそれら全てです、ただしlink
、paragraph
、そしてattachment
を除きます。
Use this method to obtain font attributes that are to be copied or pasted with “copy font” operations. このメソッドを使って、“copy font” 操作でコピーまたはペーストされるフォント属性を取得してください。
Raises an NSRange
if any part of a
lies beyond the end of the receiver’s characters.
NSRange
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
func rulerAttributes (in: NSRange) -> [NSAttributedString.Key : Any]