First Name and Last Name includes Chinese and this displays correctly on screen and in the Print Preview, but not in the Acrobat PDF file
Export to pdf shows wrong character of Chinese(Traditional) words
Answers approved by DevExpress Support
Hi,
Thank you for the sample project.
Please set your GridView.AppearancePrint.Row.Font property value to "Arial Unicode MS":
…
gridView1.AppearancePrint.Row.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
gridView1.AppearancePrint.Row.Options.UseFont = true;
…
I hope this will fix the problem. Please let us know your results.
Thanks,
Vito