![]() | InDesign SDK 20.5 |
#include <PreflightRuleDataHelper.h>
Static Public Member Functions | |
| static void | AllowFont (IPreflightRuleData *iRuleData, const WideString &fontName) |
| static void | DisallowFont (IPreflightRuleData *iRuleData, const WideString &fontName) |
| static bool16 | IsAllowed (IPreflightRuleData *, const WideString &fontName) |
| static void | NotifyRuleDataChanged (IPMUnknown *changeBy) |
Helper class for manipulating the rule data
| static |
Allow font to be used
| ruleRef | IN The object that caused the change |
| fontName | IN The font name |
| static |
Disallow font to be used
| ruleRef | IN The object that caused the change |
| fontName | IN The font name |
| static |
Font is allowed or not
| ruleRef | IN Preflight rule data object |
| fontName | IN The font name |
| static |
Notify "Preflight Profiles" dialog that rule data was changed
| changeBy | IN The object that caused the change |