This property sets the space between characters.

[C++Builder]   imagekitcontrolname->PrintDraw->CharExtra [ = int ]
[Delphi]   imagekitcontrolname.PrintDraw.CharExtra [ = Integer ]

Property Value

The space between characters. (For default spacing set this property to 0)

Explanation

The CharExtra property sets the space between characters.

This property is enabled when the DrawText, GetTextExtent, or TextOut methods are executed. If the text is drawn on the screen or the image data, set the value in pixel units. If the text is drawn on the printer, then set the values in 0.1mm units.

Setting this value

This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation