How can I alter the space between characters drawing the text string?
Although current version of Shotgraph does not support special methods/properties for changing space between characters in the strings drawn by TextOut method, you can easy reach that effect using simple procedure. The procedure can look like DrawString below. The procedure draws the string letter by letter calculating and summarizing the width of every char.