FONTOBJ_vGetInfo

VOID FONTOBJ_vGetInfo(

    IN FONTOBJ *pfo,

    IN ULONG cjSize,

    OUT FONTINFO *pfi

   );

FONTOBJ_vGetInfo retrieves information about an associated font.

Parameters

pfo
Points to the FONTOBJ structure to be queried.
cjSize
Specifies the size in bytes of the buffer pointed to by pfi.
pfi
Points to a buffer previously allocated by the driver. GDI writes a FONTINFO structure to this buffer.