ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_sysfont_find
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_SYSFONT > IG_PDF_sysfont_find

Finds a system font that matches the requested attributes.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_find(
        LPAT_PDE_FONTATTRS lpAttrs,
        LONG nFlags,
        LPHIG_PDF_SYSFONT lphSysFont
);

Arguments:

Name Type Description
lpAttrs LPAT_PDE_FONTATTRS Pointer to AT_PDE_FONTATTRS structure with the attributes of the font for which you are searching.
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.

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