![]() | InDesign SDK 20.5 |
#include <IFontLockingPrefsCmdData.h>

Public Types | |
| enum | { kDefaultIID = IID_IFONTLOCKINGPREFSCMDDATA } |
Public Member Functions | |
| virtual void | Set (const bool16 &useFontInputLocking, const bool16 &useFontChangeLocking)=0 |
| virtual bool16 | GetUseFontInputLocking () const =0 |
| virtual bool16 | GetUseFontChangeLocking () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for command to set preferences of Japanese FontLocking (Missing Glyph Protection) support
| anonymous enum |
interface ID enum
| pure virtual |
Get the flag to use font change locking
| pure virtual |
Get the flag to use font input locking
| pure virtual |
Set the flag to use font locking
| useFontInputLocking | protects against missing glyphs when typing |
| useFontChangeLocking | protects against missing glyphs when changing fonts |