1
I have a printdocument with the following command
Dim font1 As New Font("Arial", 15, FontStyle.Regular)
e.Graphics.DrawString(txtnome.Text, font1, Brushes.Black, 10, 10)
And when I print the textbox is left to right, even with the textbox property with textalign: right.
How do I make the print look the same in the textbox with the text coming from right to left?