|
@@ -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);
|