func fontAttributes (in: NSRange) -> [NSAttributedString.Key : Any]
Returns the font attributes in effect for the character at the specified location.
指定された場所での文字に対してフォント属性を返します。
Availability 有効性
Technology
func rulerAttributes(in range: NSRange
) -> [NSAttributedString
.Key
: Any]
aRange
The range. その範囲。
A dictionary containing the ruler attributes in the range. その範囲の中のルーラー属性を含んでいる辞書。
The only ruler attribute currently defined is that named by paragraph
. Use this method to obtain attributes that are to be copied or pasted with “copy ruler” operations.
唯一の現在定義されるルーラー属性は、paragraph
によって指名されるものです。このメソッドを使って、「ルーラーをコピー」操作でコピーされるまたは渡されることになる属性を取得してください。
Raises an range
if any part of a
lies beyond the end of the receiver’s characters.
range
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
func fontAttributes (in: NSRange) -> [NSAttributedString.Key : Any]