24 #ifndef __IFontGroupId__ 25 #define __IFontGroupId__ 27 #include "GRRefCountedObj.h" 28 #include "InterfacePtr.h" 29 #include "IFontGroup.h" 30 #include "BravoForwardDecl.h" 36 #define ALLOWDUPFONTS 1 47 fFontGroupName (fontGroupName),
48 fFontGroupNameNative (fontGroupNameNative),
57 fFontGroupName (fontGroupName),
58 fFontGroupNameNative (fontGroupNameNative),
76 return fFontGroupName;
93 if (value.fFontGroupName == fFontGroupName && (
94 fFontGroupNameNative.
empty() || value.fFontGroupNameNative.
empty() ||
95 value.fFontGroupNameNative == fFontGroupNameNative))
96 return fFontType == value.GetFontType() ||
107 fFontGroupNameNative(),
113 fFontGroupName(orig.fFontGroupName),
114 fFontGroupNameNative (orig.fFontGroupNameNative),
115 fFontType(orig.fFontType)
117 ASSERT_FAIL(
"DOES THIS HAPPEN??");
159 ASSERT_MSG(fFace != nil,
"About to use nil interface ptr!");