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).
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_is_embedded(
HIG_PDF_FONT hFont,
LPAT_PDF_BOOL lpbIsEmbedded
);
|
|
| 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. |
Error count.
This function does not process image pixels.
Only Type 1 and TrueType fonts can be embedded.