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.