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 LongDLL
int DLGetFontIsSubsetted(int InstanceID);Return values
| 1 | Font is subsetted |
|---|---|
| 0 | Font is not subsetted |