use better font
This commit is contained in:
parent
7998a7323f
commit
7c97342e53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue