struttura GETINFO_FONTOBJ (printoem.h)
La struttura GETINFO_FONTOBJ viene usata come input per la funzione di callback UNIFONTOBJ_GetInfo.
Sintassi
typedef struct _GETINFO_FONTOBJ {
DWORD dwSize;
FONTOBJ *pFontObj;
} GETINFO_FONTOBJ, *PGETINFO_FONTOBJ;
Membri
dwSize
Specifica le dimensioni, in byte, della struttura GETINFO_FONTOBJ. Fornito dal chiamante UNIFONTOBJ_GetInfo.
pFontObj
Puntatore a una struttura FONTOBJ vuota. La struttura viene compilata dalla funzione di callback UNIFONTOBJ_GetInfo unidrv. Il puntatore viene fornito dal chiamante UNIFONTOBJ_GetInfo.
Osservazioni
Per ottenere il contenuto della struttura fontOBJ di un tipo di carattere, un plug-in di rendering può fornire l'indirizzo di una struttura GETINFO_FONTOBJ quando si chiama la funzione di callback UNIFONTOBJ_GetInfo unidrv.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | printoem.h (include Printoem.h) |