mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
13 lines
194 B
Objective-C
13 lines
194 B
Objective-C
#import "O2Font.h"
|
|
|
|
@class NSMapTable;
|
|
|
|
@interface O2Font_ttf : O2Font {
|
|
NSMapTable *_nameToGlyph;
|
|
int *_glyphLocations;
|
|
}
|
|
|
|
-initWithDataProvider:(O2DataProviderRef)provider;
|
|
|
|
@end
|