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

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.

Is this page helpful?
Yes No
Thanks for your feedback.