yujian
2019-05-22 3c8728432d00868f6df0e0f3c9be3923dd6a4bfb
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;