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 LongDLL
int DLSetTextCharSpacing(int InstanceID, double CharSpacing);Parameters
| CharSpacing | The amount of extra space to add between characters |
|---|