|
@ -1,2 +1,10 @@ |
|
|
# renamefonts |
|
|
# renamefonts |
|
|
Python script to rename font with TTX. Works on *nixes, maybe Windows as well. |
|
|
Python script to rename font with TTX. Works on *nixes, maybe Windows as well. |
|
|
|
|
|
Only actually tested on OS X. |
|
|
|
|
|
|
|
|
|
|
|
Depends on FontTools/TTX, so: |
|
|
|
|
|
OS X: |
|
|
|
|
|
brew install fonttools |
|
|
|
|
|
|
|
|
|
|
|
Debian-style Linux: |
|
|
|
|
|
apt-get install fonttools |