DQBsetTextSpacing
SUB

Prototype

DECLARE SUB DQBsetTextSpacing (BYVAL Spacing)

Parameters

Spacing - Characters extra spacing in pixel

Returns

none

Description

You can call this function to modify the spacing between characters drawn in the current font with DQBprint or DQBprints. By default this value is 0 (that means the spacing is the font default); by increasing it, you can add extra spacing between each character printed.

Notes:

none