From ffc27a3f45bc8f6334049a868bfd3457717f43f3 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 21 Sep 2004 13:04:08 +0000 Subject: [PATCH] removed fontmatrix debug messages. --- pdf2swf/SWFOutputDev.cc | 3 --- 1 file changed, 3 deletions(-) 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, -- 1.7.10.4