GDI Printer Services
GDI provides a number of services that are of interest to printer driver writers. The following table lists these services.
Function | Description |
---|---|
Enumerates the forms supported by the specified printer. |
|
Gets the FORM_INFO_1 details for the specified form. |
|
Retrieves information about the specified printer. |
|
Retrieves configuration data for the specified printer. |
|
Retrieves the string name of the printer's data file. |
|
Retrieves driver data for the specified printer. |
|
Obsolete. See the entry in this table for EngMapFontFileFD. |
|
Maps a font file into system memory, if necessary, and returns a pointer to the base location of the font data in the file. |
|
Marks the specified printer surface as a banding surface. |
|
Obsolete. Sets the configuration data for the specified printer. |
|
Obsolete. See the entry in this table for EngUnmapFontFileFD. |
|
Unmaps the specified font file from system memory. |
|
Allows printer graphics DLLs to send a data stream to printer hardware. |