Add source files

This commit is contained in:
2025-02-10 16:18:49 +01:00
parent 7b08eab832
commit 12ab9f20bc
57 changed files with 1268921 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Needs George Williams' showttf
for FILE in Free*.ttf
do
printf "%-23s" $FILE
showttf $FILE | grep -a UnicodeRange
done