24 #ifndef __IFontLockingData__ 25 #define __IFontLockingData__ 27 #include "IPMUnknown.h" 28 #include "LinguisticID.h" 44 enum { kDefaultIID = IID_IFONTLOCKINGDATA };
47 kTurnOffFontLocking = 0,
48 kSuppressFontLockingAlert,
49 kAllowFontLockingNoOverride,
50 kAllowFontLockingWithOverride,
53 virtual void SetFontLockingLevel( FontLockLevel allowFontLocking ) = 0;
54 virtual FontLockLevel GetFontLockingLevel()
const = 0;
55 virtual bool16 AllowFontLocking()
const = 0;