From ded124f1cc463bac9e076146a4ffb77b8a370e0c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Oct 2004 10:51:08 +0200 Subject: rewrote resource dict handling --- tree/font.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tree/font.c') diff --git a/tree/font.c b/tree/font.c index 5dfaec2e..58c194ae 100644 --- a/tree/font.c +++ b/tree/font.c @@ -39,6 +39,7 @@ fz_setfontwmode(fz_font *font, int wmode) void fz_setfontbbox(fz_font *font, int xmin, int ymin, int xmax, int ymax) { +printf(" bbox [%d %d %d %d]\n", xmin, ymin, xmax, ymax); font->bbox.min.x = xmin; font->bbox.min.y = ymin; font->bbox.max.x = xmax; -- cgit v1.2.3