开发者

.Net Graphics.DrawString non-letter characters

开发者 https://www.devze.com 2022-12-14 00:40 出处:网络
I am experiencing an issue where the string drawn on an image is putti开发者_如何学Pythonng non-letter characters in the wrong place, i.e. \"Hello World!\" draws on a jpg \"!Hello World\".

I am experiencing an issue where the string drawn on an image is putti开发者_如何学Pythonng non-letter characters in the wrong place, i.e. "Hello World!" draws on a jpg "!Hello World".

What is wrong?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消