darling-cocotron/CoreGraphics/O2Font+PDF.h

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