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

applyFontTraits:range:

Applies the font attributes specified by mask to the characters in aRange. maskによって指定されるフォント属性をaRangeの中の文字に適用します。

Declaration 宣言

- (void)applyFontTraits:(NSFontTraitMask)traitMask 
                  range:(NSRange)range;

Parameters パラメータ

mask

The font attributes to apply. For information about the font traits you can apply, see NSFontManager. 適用するフォント属性。あなたが適用できるフォント特徴(トレイト)についての情報として、NSFontManagerを見てください。

aRange

The range of characters. 文字の範囲。

Discussion 議論

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

See Also 参照

Changing Attributes