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

Gets a Type 0 font's descendant, which may be a CIDType0 or CIDType2 font.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_descendant(
        HIG_PDF_FONT hFont,
        LPHIG_PDF_FONT lphFont
);

Arguments:

Name Type Description
hFont HIG_PDF_FONT The font whose descendant is obtained.
lphFont LPHIG_PDF_FONT The font's descendant 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.