Python Forum
TTX 3.0 -- From OpenType To XML And Back
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TTX 3.0 -- From OpenType To XML And Back
#2
On Mac OS X, in Terminal I'm using Python3 (3.7) with a 'ttx' module from Adobe Font Development Kit

The 'ttx' module merges a Digital Signature table (dsig) into a TrueType (ttf) font by exporting to xml and back again to ttf file.

Adrians-iMac-2:~ adrianshome$ which ttx
/usr/local/bin/ttx
Adrians-iMac-2:~ adrianshome$ /Users/adrianshome/bin/FDK/Tools/osx/ttx -m /Users/adrianshome/Desktop/Dsig\ fldr/SassoInfProReg.ttf 
usage: ttx [options] inputfile1 [... inputfileN]

Error:
ERROR: Must specify at least one input file
Adrians-iMac-2:~ adrianshome$
I have received various error messages and this latest error is the first that makes sense.  Have I put the input file in the wrong order in the code? or is there some other reason for the error?

These instructions worked for me in the past with previous versions of Python and Adobe's ttx module.

Still confused,
Adrian
Reply


Messages In This Thread
RE: TTX 3.0 -- From OpenType To XML And Back - by Adrian - Oct-13-2018, 08:57 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020