ImageGear Professional DLL v18.1 for Windows
IG_PDF_font_is_embedded
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_FONT > IG_PDF_font_is_embedded

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.