This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Tools
/
ttx
7 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
whoops, rolling back accidental #! commits git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@467 4cde692c-a291-49d1-8350-778aa11640f8
2004-09-25 08:24:37 +00:00
#! /usr/bin/env python
new command line tool 'ttx', replaces ttdump, ttcompile and ttlist git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@313 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-10 08:47:39 +00:00
import sys
moved all ttx code to new fontTools.ttx module git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@346 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-12 17:33:12 +00:00
from fontTools import ttx
catch SystemExit separately, factored out windows keypress stuff git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@333 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-10 20:14:57 +00:00
moved all ttx code to new fontTools.ttx module git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@346 4cde692c-a291-49d1-8350-778aa11640f8
2002-09-12 17:33:12 +00:00
ttx.main(sys.argv[1:])
Reference in New Issue
Copy Permalink