ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_font_embed_now_dont_subset
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_FONT > IG_PDE_font_embed_now_dont_subset

Embeds the given hFont inside hDoc without creating a subset.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_font_embed_now_dont_subset(
        HIG_PDE_FONT hFont,
        HIG_PDF_DOC hDoc );

Arguments:

Name Type Description
hFont HIG_PDE_FONT PDE font to embed.
hDoc HIG_PDF_DOC The container document.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Use this function instead of IG_PDE_font_embed_now if you created font with the IG_PDE_FONT_WILL_SUBSET flag but changed your mind.

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