From: kramm Date: Sat, 12 Jun 2004 16:07:19 +0000 (+0000) Subject: dump full ttf2pt1 command line to log. X-Git-Tag: release-0-6-0~111 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=de33f30e51e402a889d32738dfbbf524fe6412c9;hp=bb6c7b9233b16dc1c6cdce2c316c0b1d62751331;p=swftools.git dump full ttf2pt1 command line to log. --- 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);