2
nstextview
に小さな問題があります。[textView setWantsLayer:YES]
を送信すると、textViewのフォントがぼやけて表示されます。レイヤーバックアップのNSTextViewフォントの問題
[[textView enclosingScrollView] setDrawsBackground:NO];
[textView setDrawsBackground:NO];
[textView setWantsLayer:YES]`