You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
230 B

9 years ago
9 years ago
  1. # renamefonts
  2. Python script to rename font with TTX. Works on *nixes, maybe Windows as well.
  3. Only actually tested on OS X.
  4. Depends on FontTools/TTX, so:
  5. OS X:
  6. brew install fonttools
  7. Debian-style Linux:
  8. apt-get install fonttools