summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange')
-rwxr-xr-xMaster/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange b/Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
new file mode 100755
index 00000000000..486609578e8
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/gnu-freefont/tools/report/OS2UnicodeRange
@@ -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 \ No newline at end of file