Summary
Add canvas in window
Event Paint(g As Graphics)
g.DrawText("Hello", 10, 10)
g.CharacterSpacing = 10
g.DrawText("Hello", 10, 100)
g.CharacterSpacing = 30
g.DrawText("Hello", 10, 200)
run prog, doesn't see any difference
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Actual Result
Screenshots, Logs, Or Sample Project