ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_SYSFONT / IG_PDF_sysfont_get_info
In This Topic
    IG_PDF_sysfont_get_info
    In This Topic

    Gets high-level information about a system font.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_info(
            HIG_PDF_SYSFONT hSysFont,
            LPAT_PDE_FONT_INFO lpInfo 
    );
    

    Arguments:

    Name Type Description
    hSysFont HIG_PDF_SYSFONT A SysFont object referencing a system font whose information is obtained.
    lpInfo Pointer to AT_PDE_FONT_INFO structure to fill with font information for hSysFont.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.