repo.or.cz
/
cocotron.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10 from gunyarakun/fix-invalid-return
[cocotron.git]
/
Onyx2D
/
O2Font_ttf.h
blob
47cf2686de2ffde5c91aefacb1f25c7a264659bf
1
#import <Onyx2D/O2Font.h>
2
3
@
class
NSMapTable
;
4
5
@interface O2Font_ttf
:
O2Font
{
6
NSMapTable
*
_nameToGlyph
;
7
int
*
_glyphLocations
;
8
}
9
10
-
initWithDataProvider
:(
O2DataProviderRef
)
provider
;
11
12
@end