yujian
2019-05-23 65bcee62ff2ed17b19caf71ea711b6fd017c9a3a
fanli/src/main/java/com/yeshi/fanli/util/ImageUtil.java
@@ -1232,7 +1232,7 @@
      String os = System.getProperty("os.name");
      String fontBoldPath = "/usr/share/fonts/yahei.ttf";
      if (os.toLowerCase().startsWith("win")) {
         fontBoldPath = "D:/yahei.ttf";
         fontBoldPath = "C:/yahei.ttf";
      }
      Font boldFont = null;