Mac OS 9
CGPDFContext.h
Go to the documentation of this file.
1 
20 #ifndef __CGPDFCONTEXT__
21 #define __CGPDFCONTEXT__
22 
23 #ifndef __CGBASE__
24 #include <CGBase.h>
25 #endif
26 
27 #ifndef __CGCONTEXT__
28 #include <CGContext.h>
29 #endif
30 
31 #ifndef __CGDATACONSUMER__
32 #include <CGDataConsumer.h>
33 #endif
34 
35 #ifndef __CFDICTIONARY__
36 #include <CFDictionary.h>
37 #endif
38 
39 #if PRAGMA_ONCE
40 #pragma once
41 #endif
42 
43 #ifdef __cplusplus
44 extern "C"
45 {
46 #endif
47 
48 #if PRAGMA_IMPORT
49 #pragma import on
50 #endif
51 
52 #if PRAGMA_STRUCT_ALIGN
53 #pragma options align = mac68k
54 #elif PRAGMA_STRUCT_PACKPUSH
55 #pragma pack(push, 2)
56 #elif PRAGMA_STRUCT_PACK
57 #pragma pack(2)
58 #endif
59 
81  CGContextRef
82  CGPDFContextCreate(CGDataConsumerRef consumer, const CGRect *mediaBox,
83  CFDictionaryRef auxiliaryInfo);
84 
94  CGContextRef
95  CGPDFContextCreateWithURL(CFURLRef url, const CGRect *mediaBox,
96  CFDictionaryRef auxiliaryInfo);
97 
98 #if PRAGMA_STRUCT_ALIGN
99 #pragma options align = reset
100 #elif PRAGMA_STRUCT_PACKPUSH
101 #pragma pack(pop)
102 #elif PRAGMA_STRUCT_PACK
103 #pragma pack()
104 #endif
105 
106 #ifdef PRAGMA_IMPORT_OFF
107 #pragma import off
108 #elif PRAGMA_IMPORT
109 #pragma import reset
110 #endif
111 
112 #ifdef __cplusplus
113 }
114 #endif
115 
116 #endif
xxx put contents here xxx
CoreGraphics context.
xxx put contents here xxx
CGContextRef CGPDFContextCreate(CGDataConsumerRef consumer, const CGRect *mediaBox, CFDictionaryRef auxiliaryInfo)
CGContextRef CGPDFContextCreateWithURL(CFURLRef url, const CGRect *mediaBox, CFDictionaryRef auxiliaryInfo)
Definition: CGGeometry.h:78