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:
3879a8d
)
removed fontmatrix debug messages.
author
kramm
<kramm>
Tue, 21 Sep 2004 13:04:08 +0000
(13:04 +0000)
committer
kramm
<kramm>
Tue, 21 Sep 2004 13:04:08 +0000
(13:04 +0000)
pdf2swf/SWFOutputDev.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.cc
b/pdf2swf/SWFOutputDev.cc
index
8e93f5d
..
8b57319
100644
(file)
--- a/
pdf2swf/SWFOutputDev.cc
+++ b/
pdf2swf/SWFOutputDev.cc
@@
-657,9
+657,6
@@
void SWFOutputDev::beginString(GfxState *state, GString *s)
m11 *= state->getHorizScaling();
m21 *= state->getHorizScaling();
swfoutput_setfontmatrix(&output, m11, -m21, m12, -m22);
-
- msg("<debug> fontmatrix %7.3f %7.3f\n", m11,-m21);
- msg("<debug> fontmatrix %7.3f %7.3f\n", m12,-m22);
}
void SWFOutputDev::drawChar(GfxState *state, double x, double y,