This callback for IG_PDF_sysfont_enumerate is called once for each system font.
Copy Code
|
|
---|---|
typedef (LPACCUAPI LPFNIG_PDF_SYSFONT_ENUMPROC)( HIG_PDF_SYSFONT hSysFont, LPVOID clientData ); |
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. |
Returns TRUE to continue enumeration; FALSE to halt enumeration.
This function does not process image pixels.