Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git] / Onyx2D / O2Font_ttf.h
blob47cf2686de2ffde5c91aefacb1f25c7a264659bf
1 #import <Onyx2D/O2Font.h>
3 @class NSMapTable;
5 @interface O2Font_ttf : O2Font {
6 NSMapTable *_nameToGlyph;
7 int *_glyphLocations;
10 - initWithDataProvider:(O2DataProviderRef)provider;
12 @end