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

applyFontTraits(_:range:)

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

Declaration 宣言

func applyFontTraits(_ traitMask: NSFontTraitMask, 
               range: NSRange)

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

See Also 参照

Changing Attributes