You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphicsWindow.DrawText ignores leading space. Following code should be aligned right.
GraphicsWindow.FontName = "Courier New"
x = 56
For n = 1 To 10
If n < 10 Then
n = Text.Append(" ", n)
EndIf
GraphicsWindow.DrawText(x, y, n)
y = y + 24
EndFor
The text was updated successfully, but these errors were encountered:
GraphicsWindow.DrawText ignores leading space. Following code should be aligned right.
The text was updated successfully, but these errors were encountered: