zoukankan      html  css  js  c++  java
  • Export to pdf shows wrong character of Chinese(Traditional) words

    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

     ---------the same as:

    ASPxPivotGrid1.StylesPrint.Cell.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    ASPxPivotGrid1.StylesPrint.HeaderGroupLine.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    ASPxPivotGrid1.StylesPrint.FieldHeader.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    ASPxPivotGrid1.StylesPrint.FieldValue.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);
    ASPxPivotGrid1.StylesPrint.FieldValueTotal.Font = new System.Drawing.Font("Arial Unicode MS", 8.25F);

  • 相关阅读:
    MongoDB一键安装
    Mongo基本操作
    MongoDB AUTH结果验证及开启方法
    MongoDB AUTH结果验证
    MongoDB使用
    MongoDB-安装配置
    11204RAC-dbca建库脚本
    MySQL主从同步最佳实践
    实时抓取主从的同步状态
    守护神 Supervisor
  • 原文地址:https://www.cnblogs.com/luoyaoquan/p/2052646.html
Copyright © 2011-2022 走看看