From 2d9ca0b2bd31cc3d5f0c42eff4b573c22ece5d6d Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 25 Jul 2017 20:33:41 +0100 Subject: [PATCH] [ttx] remove mention to otf2ttf.py Snippet from help message https://github.com/fonttools/fonttools/pull/1016#issuecomment-317847536 --- Lib/fontTools/ttx.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index f6e6f7769..fc33f7e8d 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py @@ -7,8 +7,6 @@ usage: ttx [options] inputfile1 [... inputfileN] decompiled to an TTX file (an XML-based text format). If an input file is a TTX file, it will be compiled to whatever format the data is in, a TrueType or OpenType/CFF font file. - (Snippets/otf2ttf.py can be used to convert CFF to TTF, but - requires cu2qu to be installed.) Output files are created so they are unique: an existing file is never overwritten.