AddFormFont
Description
Adds a font to the form.
The font must have been added using one of the Add*Font functions.
Syntax
Delphi
function TQuickPDF0813.AddFormFont(FontID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::AddFormFont(FontID As Long) As Long
DLL
int QuickPDFAddFormFont(int InstanceID, int FontID)
Parameters
| FontID | The FontID returned by one of the Add*Font functions |
Return values
| 0 | Invalid FontID |
| Non-zero | The font was added successfully, the value returned is the number of fonts available for use by form fields |