/ CoreGraphics / include / CoreGraphics / KTFont+PDF.h
KTFont+PDF.h
 1  #import "KTFont.h"
 2  
 3  @class KGPDFObject, KGPDFContext;
 4  
 5  @interface KTFont (PDF)
 6  - (void) getBytes: (unsigned char *) bytes
 7          forGlyphs: (const CGGlyph *) glyphs
 8             length: (unsigned) length;
 9  - (KGPDFObject *) encodeReferenceWithContext: (KGPDFContext *) context;
10  @end