ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Callback Functions Reference / LPFNIG_PDF_SYSFONT_ENUMPROC
In This Topic
    LPFNIG_PDF_SYSFONT_ENUMPROC
    In This Topic

    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.