summaryrefslogtreecommitdiff
path: root/fitz/res_font.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/res_font.c')
-rw-r--r--fitz/res_font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fitz/res_font.c b/fitz/res_font.c
index 25939d02..0852c56b 100644
--- a/fitz/res_font.c
+++ b/fitz/res_font.c
@@ -813,6 +813,7 @@ fz_render_t3_glyph_direct(fz_context *ctx, fz_device *dev, fz_font *font, int gi
/* RJW: "cannot draw type3 glyph" */
}
+#ifndef NDEBUG
void
fz_print_font(fz_context *ctx, FILE *out, fz_font *font)
{
@@ -838,6 +839,7 @@ fz_print_font(fz_context *ctx, FILE *out, fz_font *font)
fprintf(out, "}\n");
}
+#endif
fz_rect
fz_bound_glyph(fz_context *ctx, fz_font *font, int gid, fz_matrix trm)