SelectFont
Description
Select one of the fonts which have been added to the selected document. The FontID must be a valid ID as returned by one of the Add*Font functions.
Syntax
Delphi
function TQuickPDF0813.SelectFont(FontID: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SelectFont(FontID As Long) As Long
DLL
int QuickPDFSelectFont(int InstanceID, int FontID)
Parameters
| FontID | The ID of the font to select |
Return values
| 0 | The specified ID could not be found |
| 1 | The font was selected successfully |