瀏覽代碼

barbecue条码下的文字字体大小改为28

sunyj 8 年之前
父節點
當前提交
f06fbff291
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/net/sourceforge/barbecue/Barcode.java

+ 1 - 1
src/main/java/net/sourceforge/barbecue/Barcode.java

@@ -85,7 +85,7 @@ public abstract class Barcode extends JComponent implements Printable {
 		} else {
 			this.barHeight = Barcode.DEFAULT_BAR_HEIGHT;
 		}
-		this.font = new Font("Microsoft YaHei UI", Font.PLAIN, 12);
+		this.font = new Font("Microsoft YaHei UI", Font.PLAIN, 28);
 		this.drawingText = true;
 		setBackground(Color.white);
 		setForeground(Color.black);