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

fixFontAttribute(in:)

Fixes the font attribute in aRange, assigning default fonts to characters with illegal fonts for their scripts and otherwise correcting font attribute assignments. aRangeの中のフォント属性を修繕します、それらの書体に対して不正なフォントを持つそれら文字に省略時のフォントを割り当てます、そしてそうでなければフォント属性割り当てを訂正します。

Declaration 宣言

func fixFontAttribute(in range: NSRange)

Parameters パラメータ

aRange

The range of characters. 文字の範囲。

Discussion 議論

For example, Kanji characters assigned a Latin font are reassigned an appropriate Kanji font. Raises an rangeException if any part of aRange lies beyond the end of the receiver’s characters. 例えば、Latinフォントを割り当てられるKanji文字は、適切なKanjiフォントに再割り当てされます。rangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Fixing Attributes After Changes