summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
blob: 486609578e8c5d25c3de03f9b9d3df3d375f31d7 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# Needs George Williams' showttf
for FILE in Free*.ttf
do
    printf "%-23s" $FILE
    showttf $FILE | grep -a UnicodeRange
done