func fixAttributes (in: NSRange)
Cleans up font, paragraph style, and attachment attributes within the given range.
与えられた範囲内のフォント、段落スタイル、そして添付書類属性を掃除します。
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
の中のフォント属性を修繕します、それらの書体に対して不正なフォントを持つそれら文字に省略時のフォントを割り当てます、そしてそうでなければフォント属性割り当てを訂正します。
func fixParagraphStyleAttribute (in: NSRange)
Fixes the paragraph style attributes in
aRange
, assigning the first paragraph style attribute value in each paragraph to all characters of the paragraph.
aRange
の中の段落スタイル属性を修繕します、各段落の中の最初の段落スタイル属性値を段落の全ての文字に割り当てます。