- rulerAttributesInRange:
The range. その範囲。
Availability 有効性
Technology
- (NSDictionary
<NSAttributedStringKey
, id
> *)fontAttributesInRange:(NSRange
)range;
aRange
The range. その範囲。
A dictionary containing the font attributes for the range. この範囲に対するフォント属性を含んでいる辞書。
The dictionary attributes are all those listed in Character Attributes
, except NSLink
, NSParagraph
, and NSAttachment
.
辞書属性は、Character Attributes
の中にリストされるそれら全てです、ただしNSLink
、NSParagraph
、そしてNSAttachment
を除きます。
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
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
- rulerAttributesInRange: