X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FInfoOutputDev.cc;h=9f04518ed2bba961349ad9878391f8d30d6cb758;hp=ba151a1678fbce24780a4fe77b35a3d99d91e485;hb=b926b13a51e42375cf4b13ceb028e21869340e2e;hpb=62f28906ebae10fa325af43bf19315260c344303 diff --git a/lib/pdf/InfoOutputDev.cc b/lib/pdf/InfoOutputDev.cc index ba151a1..9f04518 100644 --- a/lib/pdf/InfoOutputDev.cc +++ b/lib/pdf/InfoOutputDev.cc @@ -247,10 +247,6 @@ static gfxfont_t* createGfxFont(FontInfo*src) font->kerning[pos].c1 = src->glyphs[t]->glyphid; font->kerning[pos].c2 = src->glyphs[(int)(ptroff_t)key]->glyphid; font->kerning[pos].advance = (int)(ptroff_t)m->first->key; - printf("kerning[%d] = (%d,%d,%d)\n", pos, - font->kerning[pos].c1, - font->kerning[pos].c2, - font->kerning[pos].advance); pos++; } }