mirror of
https://github.com/nicoverbruggen/gnu-freefont.git
synced 2025-08-10 11:00:07 +02:00
Add source files
This commit is contained in:
7
src/tools/report/OS2UnicodeRange
Executable file
7
src/tools/report/OS2UnicodeRange
Executable 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
|
Reference in New Issue
Block a user