mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
12 lines
245 B
C
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
|
|
);
|