InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPrintGlyphThresholdPref Class Referenceabstract

#include <IPrintGlyphThresholdPref.h>

Inheritance diagram for IPrintGlyphThresholdPref:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

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.

Member Enumeration Documentation

anonymous enum

Enum of some default values

Member Function Documentation

virtual int32 IPrintGlyphThresholdPref::GetPrintGlyphThreshold () const
pure virtual

Returns value of the current setting for the glyph threshold.

Returns
value of the current setting for the glyph threshold
virtual void IPrintGlyphThresholdPref::SetPrintGlyphThreshold (int32 glyphThreshold)
pure virtual

Set method for glyph threshold. Valid entries are 1 - 65535

Parameters
glyphThresholdThe value of the glyph threshold