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_is_embedded
In This Topic
    IG_PDF_font_is_embedded
    In This Topic

    Tests whether the specified font is embedded in the PDF file (that is, the font is stored as a font file, which is a stream embedded in the PDF file).

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_font_is_embedded(
            HIG_PDF_FONT hFont,
            LPAT_PDF_BOOL lpbIsEmbedded
    );
    

    Arguments:

    Name Type Description
    hFont HIG_PDF_FONT The font to test.
    lpbIsEmbedded LPAT_PDF_BOOL Returns TRUE if the font is embedded in the file; FALSE otherwise.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    Only Type 1 and TrueType fonts can be embedded.