func fixAttributes (in: NSRange)
Cleans up font, paragraph style, and attachment attributes within the given range.
与えられた範囲内のフォント、段落スタイル、そして添付書類属性を掃除します。
func fixAttachmentAttribute (in: NSRange)
Cleans up attachment attributes in
aRange
, removing all attachment attributes assigned to characters other than NSAttachmentCharacter
.
aRange
の中の添付ファイル属性を掃除します、文字に割り当てられる全ての添付ファイル属性をNSAttachmentCharacter
を除いて取り除きます。
func fixFontAttribute (in: NSRange)
Fixes the font attribute in
aRange
, assigning default fonts to characters with illegal fonts for their scripts and otherwise correcting font attribute assignments.
aRange
の中のフォント属性を修繕します、それらの書体に対して不正なフォントを持つそれら文字に省略時のフォントを割り当てます、そしてそうでなければフォント属性割り当てを訂正します。