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:
62f2890
)
removed debugging printf
author
Matthias Kramm
<kramm@quiss.org>
Thu, 21 Jan 2010 01:10:51 +0000
(17:10 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Thu, 21 Jan 2010 01:10:51 +0000
(17:10 -0800)
lib/pdf/InfoOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/InfoOutputDev.cc
b/lib/pdf/InfoOutputDev.cc
index
ba151a1
..
9f04518
100644
(file)
--- 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++;
}
}