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_find_for_pdefont
In This Topic
    IG_PDF_sysfont_find_for_pdefont
    In This Topic

    Finds a system font that matches the requested hFont.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_find_for_pdefont(
            HIG_PDE_FONT hFont,
            LONG nFlags,
            LPHIG_PDF_SYSFONT lphSysFont );
    

    Arguments:

    Name Type Description
    hFont HIG_PDE_FONT A PDE Font whose matching system font is found.
    nFlags LONG Bit field comprised of enumIGPDFSysFontMatchFlags values. Passing zero matches font by name only.
    lphSysFont LPHIG_PDF_SYSFONT The desired system font.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.