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

Gets the PostScript or TrueType styled name for a system font.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_sysfont_get_name(
        HIG_PDF_SYSFONT hSysFont,
        LPHIG_PDF_ATOM lphName 
);

Arguments:

Name Type Description
hSysFont HIG_PDF_SYSFONT A SysFont object referencing a system font whose name is obtained.
lphName LPHIG_PDF_ATOM The PDF atom for the system font's name.

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.