FindFonts
Description
Analyses the selected document and finds all available fonts. The number of found fonts is returned. Calling this function a second time will return zero as all relevant fonts were found the first time the function was called. These fonts are then available in conjunction to the fonts added with the Add*Font functions and will also be counted in subsequent calls to the FontCount function.
Syntax
Delphi
function TDebenuPDFLibrary1811.FindFonts: Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::FindFonts As Long
DLL
int DPLFindFonts(int InstanceID)
Return values
0 | No fonts were found in the document |
Non-zero | The number of fonts that were found |