FontCount
Description
Returns the total number of fonts added to the PDF file. This function does not take into account the fonts that may have already been in an existing PDF document which was loaded with the LoadFromFile function unless the FindFonts function has been called.
Syntax
Delphi
function TQuickPDF0813.FontCount: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FontCount As Long
DLL
int QuickPDFFontCount(int InstanceID)
Return values
| 0 | No fonts have been added to the document or FindFonts has not found any fonts in an existing document. |
| Non-zero | The number of fonts added to the PDF plus the number of fonts found with FindFonts. |