InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CompositeFontMgrID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: mjessett
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __CompositeFontMgrID__
25 #define __CompositeFontMgrID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kCompositeFontMgrPrefix RezLong(0xcb00)
31 
32 //========================================================================================
33 // <PluginID>
34 //========================================================================================
35 #define kCompositeFontManagerPluginName "CompositeFontManager"
36 
37 //========================================================================================
38 // <Class ID>
39 //========================================================================================
40 //gap
41 
42 
43 
44 
45 
46 
48 
49 // CompFontNewNameDlg
50 // gap
51 // gap
52 // gap
53 // gap
54 
55 #ifdef DEBUG
56 #endif
57 
58 
59 //========================================================================================
60 // ----- Interface IDs -----
61 //========================================================================================
62 
63 //========================================================================================
64 // ----- Implementation IDs -----
65 //========================================================================================
66 
67 // gap
68 
69 
70 //gap
71 
72 
73 
74 
75 #ifdef DEBUG
76 #endif
77 
78 //gap
79 
80 //========================================================================================
81 // ----- Widget IDs -----
82 //========================================================================================
83 // CompFontNewNameDlg
84 
85 //========================================================================================
86 // ----- Error IDs -----
87 //========================================================================================
88 // CompositeFont::ReadWriteRffFile
89 
90 // CreateFontCMapCmd
91 
92 // DeleteFontCMapCmd
93 
94 //---------------------------------------------------
95 // InvalHandlerTypeID
96 //---------------------------------------------------
97 
98 //
99 //Script Element IDs
100 //
101 
102 //Suites
103 
104 //Objects
105 
106 //Events
107 
108 //Properties
109 
110 //Enums
111 
112 
113 //GUIDS
114 // {CF1DB2C0-DDB1-11d3-9D01-00C04F99131A},
115 #define kCompositeFont_CLSID {0xCF1DB2C0, 0xDDB1, 0x11d3, { 0x9D, 0x01, 0x00, 0xC0, 0x4F, 0x99, 0x13, 0x1A } }
116 // {CF1DB2BF-DDB1-11d3-9D01-00C04F99131A}
117 #define kCompositeFonts_CLSID {0xcf1db2bf, 0xddb1, 0x11d3, { 0x9d, 0x01, 0x00, 0xc0, 0x4f, 0x99, 0x13, 0x1a } }
118 // {33F7ECF2-F944-11d3-BF66-00004C374EFD}
119 #define kCompositeFontEntry_CLSID { 0x33f7ecf2, 0xf944, 0x11d3, { 0xbf, 0x66, 0x0, 0x0, 0x4c, 0x37, 0x4e, 0xfd } }
120 // {C33267E8-E8B0-11d3-9D01-00C04F99131A}
121 #define kCompositeFontEntries_CLSID { 0xc33267e8, 0xe8b0, 0x11d3, { 0x9d, 0x1, 0x0, 0xc0, 0x4f, 0x99, 0x13, 0x1a } }
122 
123 #endif // __CompositeFontMgrID__