GetFontIsSubsetted
Fonts
Description
This function will return 1 if the font is a subsetted font.
Syntax
Delphi
Function TPDFlib.GetFontIsSubsetted: Integer;
ActiveX
Function PDFlib::GetFontIsSubsetted() As Long
DLL
int DLGetFontIsSubsetted(int InstanceID);
Return values
| 1 | Font is subsetted |
|---|---|
| 0 | Font is not subsetted |