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

Public Types | |
| enum | { kDefaultIID = IID_IFONTLOCKINGPREFS } |
Public Member Functions | |
| virtual void | SetFontInputLocking (const bool16 useInputLocking)=0 |
| virtual bool16 | GetFontInputLocking () const =0 |
| virtual void | SetFontChangeLocking (const bool16 useFontChangeLocking)=0 |
| virtual bool16 | GetFontChangeLocking () 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 getting and setting preferences of Japanese Font Locking (Missing Glyph Protection) support
| anonymous enum |
interface ID enum
| pure virtual |
| pure virtual |
Get the flag to use font input locking
| pure virtual |
| useFontChangeLocking | Whether to protect against missing glyphs on font change |
| pure virtual |
Set the flag for using font input locking
| useInputLocking | Whether to protect against missing glyphs on text input |