ImageGear for C and C++ on Linux v20.0 - Updated
LPFNIG_PDF_SYSFONT_ENUMPROC
API Reference Guide > PDF Component API Reference > PDF Component Callback Functions Reference > LPFNIG_PDF_SYSFONT_ENUMPROC

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.

Is this page helpful?
Yes No
Thanks for your feedback.