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