From de33f30e51e402a889d32738dfbbf524fe6412c9 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 12 Jun 2004 16:07:19 +0000 Subject: [PATCH] dump full ttf2pt1 command line to log. --- pdf2swf/SWFOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 9dd6f8e..04676e1 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1066,7 +1066,7 @@ char*SWFOutputDev::writeEmbeddedFontToFile(XRef*ref, GfxFont*font) "-pft", #endif "-b", tmpFileName, name2}; - msg(" Invoking ttf2pt1..."); + msg(" Invoking %s %s %s %s %s %s",a[0],a[1],a[2],a[3],a[4],a[5]); ttf2pt1_main(6,a); unlink(tmpFileName); sprintf(name2,"%s.pfb",tmp); -- 1.7.10.4