tags:

views:

23

answers:

1

I am experiencing an issue where the string drawn on an image is putting non-letter characters in the wrong place, i.e. Hello World! draws on the jpg !Hello World

anyone else seen this?

A: 

One of the last parameters to DrawString is a StringFormat object, make sure you don't have the FormatFlags property of that object set to display right to left.

Jacob Ewald