DECLARE SUB DQBsetTextSpacing (BYVAL Spacing)
Spacing - Characters extra spacing in pixel
none
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.
none