FontHasKerning
Description
Indicated whether the selected font has kerning information.
Syntax
Delphi
function TQuickPDF0813.FontHasKerning: Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FontHasKerning As Long
DLL
int QuickPDFFontHasKerning(int InstanceID)
Return values
| 0 | The selected font does not have any kerning information |
| 1 | The selected font has at least one kerning pair |