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.

8 lines
289 B

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