SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
HexFiend/HFTextVisualStyleRun.h
1 //
2 // HFTextVisualStyle.h
3 // HexFiend_2
4 //
5 // Copyright 2009 ridiculous_fish. All rights reserved.
6 //
7
8 #import <Cocoa/Cocoa.h>
9
10 @interface HFTextVisualStyleRun : NSObject {}
11
12 @property (nonatomic, copy) NSColor *foregroundColor;
13 @property (nonatomic, copy) NSColor *backgroundColor;
14 @property (nonatomic) NSRange range;
15 @property (nonatomic) BOOL shouldDraw;
16 @property (nonatomic) CGFloat scale;
17 @property (nonatomic, copy) NSIndexSet *bookmarkStarts;
18 @property (nonatomic, copy) NSIndexSet *bookmarkExtents;
19 @property (nonatomic, copy) NSIndexSet *bookmarkEnds;
20
21 - (void)set;
22
23 @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.