HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetWordSpacing
|
Top Previous Next |
|
Sets word spacing.
Delphi syntax: procedure SetWordSpacing ( Spacing: Single );
C++ syntax: void __fastcall SetWordSpacing ( float Spacing );
Description: Call SetWordSpacing to set word space. Default value = 0.
Spacing = 0 ( default ) Word Spacing Spacing = 2.5 Word Spacing |