SetTextCharSpacing
Description
Sets the amount of space to add between characters for subsequently drawn text.
Syntax
Delphi
function TQuickPDF0813.SetTextCharSpacing(CharSpacing: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextCharSpacing(CharSpacing As Double) As Long
DLL
int QuickPDFSetTextCharSpacing(int InstanceID, double CharSpacing)
Parameters
| CharSpacing | The amount of extra space to add between characters |