39 #if PRAGMA_STRUCT_ALIGN
40 #pragma options align = mac68k
41 #elif PRAGMA_STRUCT_PACKPUSH
43 #elif PRAGMA_STRUCT_PACK
47 #if PRAGMA_ENUM_ALWAYSINT
48 #if defined(__fourbyteints__) && !__fourbyteints__
49 #define __CGFONT__RESTORE_TWOBYTEINTS
50 #pragma fourbyteints on
52 #pragma enumsalwaysint on
53 #elif PRAGMA_ENUM_OPTIONS
54 #pragma option enum =int
55 #elif PRAGMA_ENUM_PACK
56 #if __option(pack_enums)
57 #define __CGFONT__RESTORE_PACKED_ENUMS
58 #pragma options(!pack_enums)
62 typedef struct CGFont *CGFontRef;
63 typedef unsigned short CGGlyph;
106 #if PRAGMA_ENUM_ALWAYSINT
107 #pragma enumsalwaysint reset
108 #ifdef __CGFONT__RESTORE_TWOBYTEINTS
109 #pragma fourbyteints off
111 #elif PRAGMA_ENUM_OPTIONS
112 #pragma option enum =reset
113 #elif defined(__CGFONT__RESTORE_PACKED_ENUMS)
114 #pragma options(pack_enums)
117 #if PRAGMA_STRUCT_ALIGN
118 #pragma options align = reset
119 #elif PRAGMA_STRUCT_PACKPUSH
121 #elif PRAGMA_STRUCT_PACK
125 #ifdef PRAGMA_IMPORT_OFF
xxx put contents here xxx
void CGFontRelease(CGFontRef font)
CGFontRef CGFontRetain(CGFontRef font)
CGFontRef CGFontCreateWithPlatformFont(void *platformFontReference)