#include <IFindGlyphCmdData.h>
|
| enum | { kDefaultIID = IID_IFINDGLYPHCMDDATA } |
| |
Command data interface, set/get the glyph data for find/change glyph related commands.
- See Also
- kFindGlyphCmdBoss
- kReplaceGlyphCmdBoss
| virtual void IFindGlyphCmdData::ApplyFindAttributeBossList | ( | const AttributeBossList * | findList | ) | |
| pure virtual |
| virtual Text::GlyphID IFindGlyphCmdData::GetGlyphID | ( | | ) | const |
| pure virtual |
| virtual void IFindGlyphCmdData::GetROSFontGroup | ( | PMString & | registry, | | | PMString & | ordering | | ) | | const |
| pure virtual |
Gets the registry and ordering of font group.
- Returns
- registry is of type PMString
- ordering is of type PMString
| virtual IDataBase* IFindGlyphCmdData::GetTargetDB | ( | | ) | const |
| pure virtual |
Gets the database for the font attributes
- Returns
- value is a pointer to IDataBase specifying the database of the font attributes
| virtual const bool16 IFindGlyphCmdData::GetUseROSFontGroup | ( | | ) | const |
| pure virtual |
| virtual void IFindGlyphCmdData::SetGlyphID | ( | const Text::GlyphID | glyphID | ) | |
| pure virtual |
| virtual void IFindGlyphCmdData::SetROSFontGroup | ( | const PMString & | registry, | | | const PMString & | ordering | | ) | | |
| pure virtual |
Sets the registry and ordering of a ROS(Registry Ordered Supplement) font group.
- Parameters
| virtual void IFindGlyphCmdData::SetTargetDB | ( | IDataBase * | db | ) | |
| pure virtual |
Sets the database for the font attributes
- Parameters
| virtual void IFindGlyphCmdData::SetUseROSFontGroup | ( | const bool16 | bUseROSFontGroup | ) | |
| pure virtual |