ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_FONT / IG_PDF_font_get_descendant
In This Topic
    IG_PDF_font_get_descendant
    In This Topic

    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.