From c0cd3add8485819a17588a4fd37087d51d45a52e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 5 Jun 2017 10:46:06 -0700 Subject: Silence warning about not building a glyph bbox table. This is very common and not a problem. Let's keep warnings for problematic things, and not use them for informational messages such as these. --- source/fitz/font.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/fitz/font.c') diff --git a/source/fitz/font.c b/source/fitz/font.c index a1483916..67f87828 100644 --- a/source/fitz/font.c +++ b/source/fitz/font.c @@ -72,8 +72,6 @@ fz_new_font(fz_context *ctx, const char *name, int use_glyph_bbox, int glyph_cou } else { - if (use_glyph_bbox) - fz_warn(ctx, "not building glyph bbox table for font '%s' with %d glyphs", font->name, glyph_count); font->bbox_table = NULL; } -- cgit v1.2.3