mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
9 lines
275 B
Objective-C
9 lines
275 B
Objective-C
#import "O2Font.h"
|
|
|
|
@class O2PDFObject,O2PDFContext;
|
|
|
|
@interface O2Font(PDF)
|
|
-(void)getMacRomanBytes:(unsigned char *)bytes forGlyphs:(const O2Glyph *)glyphs length:(unsigned)length;
|
|
-(O2PDFObject *)encodeReferenceWithContext:(O2PDFContext *)context size:(O2Float)size;
|
|
@end
|