Sets the spacing between letters.
class procedure SetPrintSpacing(const Spacing: Single); static;
Parameters |
Description |
const Spacing: Single |
The letter spacing to use. |
A value of 0 puts no gap between the letter bounding boxes, a positive value increases this gap, a negative value overlaps the letters. This is a global command and will affect all printed text. To control spacing on a per string basis use TAgkText.
Copyright (c) 2012. All rights reserved.
|