FONTOBJ_pfdg function (winddi.h)
The FONTOBJ_pfdg function retrieves the pointer to the FD_GLYPHSET structure associated with the specified font.
Syntax
FD_GLYPHSET * FONTOBJ_pfdg(
FONTOBJ *pfo
);
Parameters
pfo
Pointer to the FONTOBJ structure for which the associated FD_GLYPHSET structure is to be returned.
Return value
FONTOBJ_pfdg returns a pointer to the FD_GLYPHSET structure associated with the specified font.
Remarks
Printer drivers can call FONTOBJ_pfdg to determine which Unicode code points are supported in a GDI font. The printer driver can then determine whether it can optimize performance by instead using a similar printer-resident font to display a text string.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |