From 91d8dfaf9084f1e28bb9bb013e658f627fbf4ec5 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 17 Mar 2008 10:58:55 +0000 Subject: [PATCH] added font size dumping --- src/swfdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swfdump.c b/src/swfdump.c index 9a2dc70..272f9af 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -319,7 +319,7 @@ SWFFONT**fonts; void textcallback(void*self, int*glyphs, int*ypos, int nr, int fontid, int fontsize, int startx, int starty, RGBA*color) { int font=-1,t; - printf(" <%2d glyphs in font %2d, color #%02x%02x%02x%02x> ",nr, fontid, color->r, color->g, color->b, color->a); + printf(" <%2d glyphs in font %2d size %d, color #%02x%02x%02x%02x> ",nr, fontid, fontsize, color->r, color->g, color->b, color->a); for(t=0;tid == fontid) { -- 1.7.10.4