slight doc rewording

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@262 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-05-24 18:44:39 +00:00
parent 91df98b41f
commit a38217da58

View File

@ -1,11 +1,10 @@
#! /usr/bin/env python
"""ttroundtrip font1 ... fontN
Dump each font as TTX, compile again to TTF or OTF and dump again.
Then do a diff on the two TTX files. Log problems and diffs to a
file called "report.txt" in the current directory. This is only
for testing FontTools/TTX, the resulting files are deleted
afterwards."""
Dump each TT/OT font as a TTX file, compile again to TTF or OTF and dump again.
Then do a diff on the two TTX files. Log problems and diffs to a file called
"report.txt" in the current directory. This is only for testing FontTools/TTX,
the resulting files are deleted afterwards."""
import sys