Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Printing RTL DataGrid (dot net 4) with hebrew fonts results in mirrored output

$
0
0

Hi,

I've seen this issue at older posts, and no solution yet.

I have a RTL DataGrid with hebrew text (same problem would be in any other RTL lang.)

When I try to print it:

PrintDialog dlg = new PrintDialog();if (dlg.ShowDialog() == true)
      { dlg.PrintVisual(grdRegistration, "Report"); }

I get it printed out Mirrored (I can read it only if I look at it in the mirror)

On the screen I see everything fine of-course.

Any ideas why it happens, and how to fix it ?

related questions I've found on this topic:

http://connect.microsoft.com/VisualStudio/feedback/details/320720/text-with-flowdirection-righttoleft-is-mirrored-when-printing-using-printdialog-printvisual-in-wpf

http://social.msdn.microsoft.com/Forums/en/wpf/thread/3064e0c3-59ab-44fb-80fa-308df574d31f

 

 

 


Dani Kaplan

Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>