24 #ifndef __ITextAttrSpecialGlyph__ 25 #define __ITextAttrSpecialGlyph__ 27 #include "IPMUnknown.h" 28 #include "CTextEnum.h" 29 #include "TextAttrID.h" 42 enum { kDefaultIID = IID_ITEXTATTRSPECIALGLYPH };
44 typedef const char* ValueType;
45 typedef Text::GlyphID AlternateValueType;
54 virtual void Set(ValueType flag) = 0;
59 virtual ValueType
Get()
const = 0;
67 virtual void SetGlyphID(AlternateValueType g) = 0;
72 virtual AlternateValueType
GetGlyphID()
const = 0;