git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6c7b9
)
dump full ttf2pt1 command line to log.
author
kramm
<kramm>
Sat, 12 Jun 2004 16:07:19 +0000
(16:07 +0000)
committer
kramm
<kramm>
Sat, 12 Jun 2004 16:07:19 +0000
(16:07 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
9dd6f8e
..
04676e1
100644
(file)
--- 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("<verbose> Invoking ttf2pt1...");
+ msg("<verbose> 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);