1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-28 12:20:38 +03:00
vimr/SwiftNeoVim/MMCoreTextView.h

12 lines
245 B
C
Raw Normal View History

@import Cocoa;
@import CoreText;
2016-06-19 11:07:03 +03:00
void recurseDraw(
const unichar *chars,
CGGlyph *glyphs, CGPoint *positions, UniCharCount length,
CGContextRef context,
CTFontRef fontRef,
NSMutableArray *fontCache,
BOOL useLigatures
);