PUBLISHERINFO structure (printoem.h)

The PUBLISHERINFO structure is used as an input parameter to the IPrintOemPS::GetInfo method.

Syntax

typedef struct _PUBLISHERINFO {
  DWORD dwMode;
  WORD  wMinoutlinePPEM;
  WORD  wMaxbitmapPPEM;
} PUBLISHERINFO, *PPUBLISHERINFO;

Members

dwMode

Is a set of bit flags. The only flag defined is OEM_MODE_PUBLISHER, which must be set if a rendering plug-in for Pscript5 is using "publishing mode".

wMinoutlinePPEM

Specifies the minimum font size, in pixels, for which the Pscript5 driver will download TrueType fonts as outline (Type 1) fonts. A font smaller than the minimum setting will be downloaded as a bitmap (Type 3) font.

wMaxbitmapPPEM

Specifies the maximum font size, in pixels, for which the Pscript5 driver will download TrueType fonts as bitmap (Type 3) fonts. A font larger than the maximum setting will be downloaded as an outline (Type 1) font.

Requirements

Requirement Value
Header printoem.h (include Printoem.h)

See also

IPrintOemPS::GetInfo