How to print japanese charactors in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How to do encoding for Japanese charactors for printing .txt, .rtf and .doc file and displaying the same file in PrintPreviewDialog using C#
 
I'd say it is rather a matter of a correct charset specified for the GDI
font used to draw the text. You should therefore construct a Font instance
by specifying a Japanese-enabled charset (and you should probably have
Japanese language support installed on your machine).

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://www.x-unity.net/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

sachin said:
How to do encoding for Japanese charactors for printing .txt, .rtf and
..doc file and displaying the same file in PrintPreviewDialog using C#.
 
Back
Top