GetFontID
Version history
This function was renamed in Quick PDF Library version 7.11.
The function name in earlier versions was FontID.
Description
Returns the ID of the specified font.
Syntax
Delphi
function TQuickPDF0813.GetFontID(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFontID(Index As Long) As Long
DLL
int QuickPDFGetFontID(int InstanceID, int Index)
Parameters
| Index | The index of the font. The first font has an index of 1. |
Return values
| 0 | The index is out of bounds |
| Non-zero | The ID of the specified font |