FontHasKerning
Text, Fonts
Description
Indicated whether the selected font has kerning information.
Syntax
Delphi
function TPDFlib.FontHasKerning: Integer;ActiveX
Function PDFlib::FontHasKerning As LongDLL
int DLFontHasKerning(int InstanceID);Return values
| 0 | The selected font does not have any kerning information |
|---|---|
| 1 | The selected font has at least one kerning pair |