FONTOBJ_vGetInfo function (winddi.h)
The FONTOBJ_vGetInfo function retrieves information about an associated font.
Syntax
void FONTOBJ_vGetInfo(
FONTOBJ *pfo,
[in] ULONG cjSize,
FONTINFO *pfi
);
Parameters
pfo
Pointer to the FONTOBJ structure to be queried.
[in] cjSize
Specifies the size in bytes of the buffer pointed to by pfi.
pfi
Pointer to a buffer previously allocated by the driver. GDI writes a FONTINFO structure to this buffer.
Return value
None
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 |