From: kramm Date: Tue, 21 Sep 2004 13:04:08 +0000 (+0000) Subject: removed fontmatrix debug messages. X-Git-Tag: release-0-6-2~31 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=ffc27a3f45bc8f6334049a868bfd3457717f43f3 removed fontmatrix debug messages. --- diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 8e93f5d..8b57319 100644 --- 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(" fontmatrix %7.3f %7.3f\n", m11,-m21); - msg(" fontmatrix %7.3f %7.3f\n", m12,-m22); } void SWFOutputDev::drawChar(GfxState *state, double x, double y,