Fix a text rending problem caused by MMTypesetter class in Leopard
commit66a8d3ffadb5939c704319c09f0bf43b4266d8e1
authorJjgod Jiang <gzjjgod@gmail.com>
Fri, 19 Oct 2007 20:59:46 +0000 (20 04:59 +0800)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 19 Oct 2007 22:17:18 +0000 (20 00:17 +0200)
tree9ae28de8f7c8de5c66af01b34796b415d1f5908a
parentb00832eebfa3e7556a8c7d10d23f52141544ad70
Fix a text rending problem caused by MMTypesetter class in Leopard

In Leopard, Cocoa Text System seems need a concrete instance of
NSTypesetter for NSLayoutManager, like NSATSTypesetter, otherwise,
the call to -layoutParagraphAtPoint: simply fails. I guess that
method in NSTypesetter has become "virtual" in Leopard.
src/MacVim/MMTypesetter.h