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

Public Types | |
| enum | { kGlyphThresholdMinValue = 1, kGlyphThresholdDefaultValue = 2000, kGlyphThresholdMaxValue = 999999 } |
Public Member Functions | |
| virtual void | SetPrintGlyphThreshold (int32 glyphThreshold)=0 |
| virtual int32 | GetPrintGlyphThreshold () 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 |
An interface to store the value for the print glyph threshold. This value is used to determine if a font is downloaded completely, vs. subsetted when the font download option is set to Complete in the Print dialog Graphics panel.
| anonymous enum |
Enum of some default values
| pure virtual |
Returns value of the current setting for the glyph threshold.
| pure virtual |
Set method for glyph threshold. Valid entries are 1 - 65535
| glyphThreshold | The value of the glyph threshold |