darling-cocotron/CoreGraphics/O2Font_ttf.h

13 lines
194 B
Objective-C

#import "O2Font.h"
@class NSMapTable;
@interface O2Font_ttf : O2Font {
NSMapTable *_nameToGlyph;
int *_glyphLocations;
}
-initWithDataProvider:(O2DataProviderRef)provider;
@end