Files
gnu-freefont/src/tools/report/OS2UnicodeRange
2025-02-10 16:18:49 +01:00

7 lines
138 B
Bash
Executable File

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