- MMTextStorage ensures that all glyphs have the same width (or twice that, for
commit99c29d1ca1f6b13a387b9adb482c570829212911
authorbjorn.winckler <bjorn.winckler@96c4425d-ca35-0410-94e5-3396d5c13a8f>
Fri, 10 Aug 2007 20:13:57 +0000 (10 20:13 +0000)
committerbjorn.winckler <bjorn.winckler@96c4425d-ca35-0410-94e5-3396d5c13a8f>
Fri, 10 Aug 2007 20:13:57 +0000 (10 20:13 +0000)
tree34f8bc482f88caeee80e0d3db734e379fde2b821
parenteb826b9019b86f548bd9f465fe972ce82f9ce7f4
- MMTextStorage ensures that all glyphs have the same width (or twice that, for
  wide chars)
- MMTypesetter only has to make all line fragments the same height, no glyph
  placement is necessary anymore
- MMTextStorage cleaned up now that cell size is fixed across fonts

git-svn-id: http://macvim.googlecode.com/svn/trunk@119 96c4425d-ca35-0410-94e5-3396d5c13a8f
MMTextStorage.h
MMTextStorage.m
MMTypesetter.m
MMWindowController.m