FONTOBJ_pifi function (winddi.h)
The FONTOBJ_pifi function retrieves the pointer to the IFIMETRICS structure associated with a specified font.
Syntax
IFIMETRICS * FONTOBJ_pifi(
FONTOBJ *pfo
);
Parameters
pfo
Pointer to the FONTOBJ structure for which the associated IFIMETRICS structure is to be retrieved.
Return value
The return value is a pointer to the IFIMETRICS structure associated with the specified font if the function is successful. Otherwise, it is NULL.
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 |