5 lines
144 B
Bash
5 lines
144 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
/usr/bin/fontforge -script generate.pe /usr/share/fontforge/python/test.sfd
|
||
|
/usr/bin/python3 get-font-metadata.py ./Untitled1.ttf
|