SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
HexFiend/HFRepresenterTextView_Internal.h
1 #import <HexFiend/HFRepresenterTextView.h>
2
3 #define GLYPH_BUFFER_SIZE 16u
4
5 @interface HFRepresenterTextView (HFInternal)
6
7 - (NSUInteger)_glyphsForString:(NSString *)string withGeneratingLayoutManager:(NSLayoutManager *)textView glyphs:(CGGlyph *)glyphs;
8 - (NSUInteger)_glyphsForString:(NSString *)string withGeneratingTextView:(NSTextView *)textView glyphs:(CGGlyph *)glyphs;
9 - (NSUInteger)_getGlyphs:(CGGlyph *)glyphs forString:(NSString *)string font:(NSFont *)font; //uses CoreText. Here glyphs must have space for [string length] glyphs.
10
11 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.