From 7c97342e53b45d3fc1142433bf5fe85d3e3534be Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 2 Dec 2022 18:10:54 +0800 Subject: [PATCH] use better font --- make_labels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_labels.sh b/make_labels.sh index 2d35403..1420292 100755 --- a/make_labels.sh +++ b/make_labels.sh @@ -2,6 +2,6 @@ for i in $(seq -f "%03g" 1 50) do - convert -background white -fill black -monochrome +dither +antialias -font Intro -pointsize 28 label:M-Labs\ 002\ $i label.pbm + convert -background white -fill black -monochrome +dither +antialias -font DejaVu-Sans -pointsize 28 label:M-Labs\ 002\ $i label.pbm cat label.pbm |./klg2 -t 6 done