SetTextCharSpacing
Text
Description
Sets the amount of space to add between characters for subsequently drawn text.
Syntax
Delphi
Function TPDFlib.SetTextCharSpacing(CharSpacing: Double): Integer;
ActiveX
Function PDFlib::SetTextCharSpacing(CharSpacing As Double) As Long
DLL
int DLSetTextCharSpacing(int InstanceID, double CharSpacing);
Parameters
| CharSpacing | The amount of extra space to add between characters |
|---|