UseKerning
Description
Specifies whether to use kerning for text subsequently drawn using the DrawText and DrawRotatedText functions.
Syntax
Delphi
function TQuickPDF0813.UseKerning(Kern: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::UseKerning(Kern As Long) As Long
DLL
int QuickPDFUseKerning(int InstanceID, int Kern)
Parameters
| Kern |
0 = Do not use kerning 1 = Use kerning 2 = Do not attempt to load kerning from TrueType fonts subsequently added to the document |