From 074e28b6b8164d474be45b033d20ece462f5b281 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 1 Aug 2024 00:00:00 -0400 Subject: fonts: mkpsf.pl less sensitive to whitespace or lack of in __DATA__ section. --- fonts/FauxtariScalableMono.ttf | Bin 57512 -> 57508 bytes fonts/fauxtari-16.txt | 2 -- fonts/fauxtari-24.txt | 3 --- fonts/fauxtari-8.txt | 1 - fonts/mkpsf.pl | 3 +-- 5 files changed, 1 insertion(+), 8 deletions(-) (limited to 'fonts') diff --git a/fonts/FauxtariScalableMono.ttf b/fonts/FauxtariScalableMono.ttf index 8629f46..df9041a 100644 Binary files a/fonts/FauxtariScalableMono.ttf and b/fonts/FauxtariScalableMono.ttf differ diff --git a/fonts/fauxtari-16.txt b/fonts/fauxtari-16.txt index d2499a7..9c234db 100644 --- a/fonts/fauxtari-16.txt +++ b/fonts/fauxtari-16.txt @@ -4239,5 +4239,3 @@ Bitmap: \ ----########---- \ ---------------- ---------------- - - diff --git a/fonts/fauxtari-24.txt b/fonts/fauxtari-24.txt index 43d4f3e..124e1f4 100644 --- a/fonts/fauxtari-24.txt +++ b/fonts/fauxtari-24.txt @@ -4766,6 +4766,3 @@ Bitmap: \ ------------------------ ------------------------ ------------------------ - - - diff --git a/fonts/fauxtari-8.txt b/fonts/fauxtari-8.txt index b360bde..1b30e7e 100644 --- a/fonts/fauxtari-8.txt +++ b/fonts/fauxtari-8.txt @@ -3712,4 +3712,3 @@ Bitmap: \ -###-##- \ --####-- \ -------- - diff --git a/fonts/mkpsf.pl b/fonts/mkpsf.pl index 2ae1f2a..b061ad1 100644 --- a/fonts/mkpsf.pl +++ b/fonts/mkpsf.pl @@ -478,7 +478,7 @@ while($raw =~ /(.{8})/gc) { while() { push @scale1, $_; $cnt++ if /^%/; - if(/^\s/) { + if(/^\s*[-#]/) { push @scale2, scale_line($_, 2); push @scale3, scale_line($_, 3); } else { @@ -1348,4 +1348,3 @@ Bitmap: \ -###-##- \ --####-- \ -------- - -- cgit v1.2.3