 
            Embeds the given hFont inside hDoc without creating a subset.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_PDE_font_embed_now_dont_subset(
        HIG_PDE_FONT hFont,
        HIG_PDF_DOC hDoc );
 | |
| Name | Type | Description | 
|---|---|---|
| hFont | HIG_PDE_FONT | PDE font to embed. | 
| hDoc | HIG_PDF_DOC | The container document. | 
Error count.
This function does not process image pixels.
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.