InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FontMgrID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: emenning
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 __FontMgrID__
25 #define __FontMgrID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kFontMgrPrefix RezLong(0x3E00)
31 
32 // <Start IDC>
33 // PluginID
34 #define kFontManagerPluginName "Font Manager"
35 
36 // Sherpa changes
37 
38 // resource IDs
39 #define kFontMgrStringsRsrcID 1100
40 #define kFontMgrStringsNoTransRsrcID 1200
41 #define kFontMgrErrorStringTableRsrcID 1300
42 
43 // <Class ID>
44 // gap
45 // gap
46 // gap
47 // gap
48 
49 
50 
51 // gap: 189
52 
53 // <Message ID> // note - message ids conflict with class id space.
54 
55 
56 
57 // <Interface ID>
58 //gap
59 
60 // <Implementation ID>
61 //gap
62 //gap
63 //gap
64 //gap
65 // gap: 227
66 
67 // <Widget ID>
68 
69 // <Service ID>
70 
71 
72 // Error ID
73 
74 
75 
76 //
77 //Script Element IDs
78 //
79 //Suites
80 
81 //Objects
82 
83 //Events
84 
85 //Properties
86 
87 //Enums
88 
89 //Metadata
90 //GUIDS
91 // {758A3D29-A294-4e59-AFE8-05F8F4E0F130}
92 #define kFont_CLSID { 0x758a3d29, 0xa294, 0x4e59, { 0xaf, 0xe8, 0x5, 0xf8, 0xf4, 0xe0, 0xf1, 0x30 } }
93 // {BA73BD7C-6CC7-47a4-915A-D711875752B9}
94 #define kFonts_CLSID { 0xba73bd7c, 0x6cc7, 0x47a4, { 0x91, 0x5a, 0xd7, 0x11, 0x87, 0x57, 0x52, 0xb9 } }
95 // {FEF820E3-3CCB-4bbe-93EF-D99E0072A413}
96 #define kTinDocument_CLSID { 0xfef820e3, 0x3ccb, 0x4bbe, { 0x93, 0xef, 0xd9, 0x9e, 0x0, 0x72, 0xa4, 0x13 } }
97 // {36FAEEBB-B171-4439-B31A-1AF387F3C1CC}
98 #define kFontFamily_CLSID { 0x36faeebb, 0xb171, 0x4439, { 0xb3, 0x1a, 0x1a, 0xf3, 0x87, 0xf3, 0xc1, 0xcc } }
99 // {E60A33FF-F538-40b1-8EAC-D246E839F7F6}
100 #define kFontFamilies_CLSID { 0xe60a33ff, 0xf538, 0x40b1, { 0x8e, 0xac, 0xd2, 0x46, 0xe8, 0x39, 0xf7, 0xf6 } }
101 
102 
103 #endif // __FontMgrID__