Quellcode durchsuchen

优化修改二维码中文乱码问题

LinWuTai vor 1 Jahr
Ursprung
Commit
e0481a7d59

+ 1 - 1
ruoyi-common/src/main/java/com/ruoyi/common/code/QRCodeUtils.java

@@ -157,7 +157,7 @@ public class QRCodeUtils {
         // 设置文字颜色为黑色
         graphics2D.setColor(Color.BLACK);
         // 字体、字型、字号
-        graphics2D.setFont(new Font("体", Font.PLAIN, 18));
+        graphics2D.setFont(new Font("体", Font.PLAIN, 18));
 
         // 获取字体宽度
         int contentWidth = graphics2D.getFontMetrics().stringWidth(name);