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