ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_FONT / IG_PDE_font_is_embedded
In This Topic
    IG_PDE_font_is_embedded
    In This Topic

    Tests whether a font is an embedded font in the document in which it was created.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDE_font_is_embedded(
            HIG_PDE_FONT hFont,
            LPAT_BOOL lpbResult 
    );
    

    Arguments:

    Name Type Description
    hFont HIG_PDE_FONT PDE font object. 
    lpbResult LPAT_BOOL TRUE if the font is embedded; FALSE if it is not, or if it was created in one document and embedded in a different document.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.