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