1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-28 03:38:54 +03:00
vimr/SwiftNeoVim/MMCoreTextView.h
2016-06-19 20:54:47 +02:00

12 lines
245 B
C

@import Cocoa;
@import CoreText;
void recurseDraw(
const unichar *chars,
CGGlyph *glyphs, CGPoint *positions, UniCharCount length,
CGContextRef context,
CTFontRef fontRef,
NSMutableArray *fontCache,
BOOL useLigatures
);