This callback for IG_PDF_sysfont_enumerate is called once for each system font.
Declaration:
Copy Code |
|
|---|---|
typedef (LPACCUAPI LPFNIG_PDF_SYSFONT_ENUMPROC)(
HIG_PDF_SYSFONT hSysFont,
LPVOID clientData
);
|
|
Arguments:
| Name | Type | Description |
| hSysFont | HIG_PDF_SYSFONT | The system font. |
| clientData | LPVOID | User-supplied data that was specified in the call to IG_PDF_sysfont_enumerate. |
Return Value:
Returns TRUE to continue enumeration; FALSE to halt enumeration.
Supported Raster Image Formats:
This function does not process image pixels.