I'm using DrawString to create an image from a sentense that may contain both Hebrew (a right-to-left language) and English words, where the general orientation of the sentense is always right-to-left.
If the string contains Hebrew or English words alone - everything works fine, but when both languages are present in the sentence, the order of the words gets mixed up. Does anyone have a solution for this?
Mister_L
0 Points
1 Post
DrawString with mixed languages
Nov 16, 2012 11:43 AM|LINK
Hi everyone, my question is this:
I'm using DrawString to create an image from a sentense that may contain both Hebrew (a right-to-left language) and English words, where the general orientation of the sentense is always right-to-left.
If the string contains Hebrew or English words alone - everything works fine, but when both languages are present in the sentence, the order of the words gets mixed up. Does anyone have a solution for this?
Thanks.