ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_font_set_sysfont
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_set_sysfont

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.

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