X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FInfoOutputDev.cc;h=9ee72167618a42e4832887c34fad23c1207e18e9;hp=08a9cc30089c7eb45ec51f4df73ebe4686e82625;hb=a2d36e985ed73936126b8895aa396fa77a048ffe;hpb=c788b3270c1380af50d9ff83341b81565b74b28f diff --git a/lib/pdf/InfoOutputDev.cc b/lib/pdf/InfoOutputDev.cc index 08a9cc3..9ee7216 100644 --- a/lib/pdf/InfoOutputDev.cc +++ b/lib/pdf/InfoOutputDev.cc @@ -207,7 +207,6 @@ static gfxfont_t* createGfxFont(FontInfo*src) if(src->glyphs[t]->advance>0) { glyph->advance = src->glyphs[t]->advance; } else { - msg(" Approximating advance value for glyph %d", t); glyph->advance = xmax*scale; } if(config_bigchar) {