UseKerning
Text, Fonts
Description
Specifies whether to use kerning for text subsequently drawn using the DrawText and
DrawRotatedText functions.
Syntax
Delphi
function TPDFlib.UseKerning(Kern: Integer): Integer;ActiveX
Function PDFlib::UseKerning(Kern As Long) As LongDLL
int DLUseKerning(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 |
|---|