ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_FONT / IG_PDE_font_set_sysfont
In This Topic
    IG_PDE_font_set_sysfont
    In This Topic

    Sets the system font object to be used with a font object that does not currently have a system font associated with it.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDE_font_set_sysfont(
            HIG_PDE_FONT hFont,
            HIG_PDF_SYSFONT hSysFont 
    );
    

    Arguments:

    Name Type Description
    hFont HIG_PDE_FONT PDE Font whose system font is set.
    hSysFont HIG_PDF_SYSFONT The new system font object.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.