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