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 Long
DLL
int DLGetFontIsEmbedded(int InstanceID);
Return values
| 1 | Font is embedded |
|---|---|
| 0 | Font is not embedded |