X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfrender.c;h=2a5d426ee3ff2151fa42a39e8537badfd4e827c5;hb=6fa3168316941d0cfd703d598e4f33257cd87a38;hp=062930a2d8e1b714549ec6d7416ff5d86e09f0f4;hpb=20718c7dff30c7a676dae1088c2f61b93a53a4c8;p=swftools.git diff --git a/lib/modules/swfrender.c b/lib/modules/swfrender.c index 062930a..2a5d426 100644 --- a/lib/modules/swfrender.c +++ b/lib/modules/swfrender.c @@ -1005,10 +1005,10 @@ static void textcallback(void*self, int*chars, int*xpos, int nr, int fontid, int } else { SHAPE2*shape = font->glyphs[chars[t]]; shape->fillstyles[0].color = *color; //q&d - printf("Rendering char %d (size %d, x:%d, y:%d) color:%02x%02x%02x%02x\n", chars[t], fontsize, x, y, + /*printf("Rendering char %d (size %d, x:%d, y:%d) color:%02x%02x%02x%02x\n", chars[t], fontsize, x, y, color->a, color->r, color->g, color->b); swf_DumpMatrix(stdout, &m); - swf_DumpShape(shape); + swf_DumpShape(shape);*/ swf_RenderShape(info->buf, shape, &m, info->cxform, info->depth, info->clipdepth); } }