GetFontIsEmbedded
Fonts
Description
This function will return 1 if the font is an embedded font
Syntax
Delphi
function TPDFlib.GetFontIsEmbedded: Integer;ActiveX
Function PDFlib::GetFontIsEmbedded As LongDLL
int DLGetFontIsEmbedded(int InstanceID);Return values
| 1 | Font is embedded |
|---|---|
| 0 | Font is not embedded |