Skip to content

Commit 5558eaf

Browse files
committed
First pass at a stateful renderer.
This isn't done: Other code paths are hacked, out and this commit message isn't nearly descriptive enough.
1 parent 644ca93 commit 5558eaf

File tree

4 files changed

+386
-35
lines changed

4 files changed

+386
-35
lines changed

src/MacVim/MMCoreTextView.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
CGGlyph *glyphs;
4141
CGPoint *positions;
4242
NSMutableArray *fontCache;
43+
NSMutableDictionary<NSNumber*,NSFont*> *fontTraitCache;
4344

4445
// Issue draws onto an CGImage that caches the drawn results instead of
4546
// directly in drawRect:. This is the default behavior in cases where simply

0 commit comments

Comments
 (0)