From 9eb4e54b75b319b49913f07182284506bae37637 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 4 Mar 2019 11:39:32 +0800 Subject: [PATCH] cleanup --- src/font/freetype2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/font/freetype2.c b/src/font/freetype2.c index af7d66ee..2c6938ec 100644 --- a/src/font/freetype2.c +++ b/src/font/freetype2.c @@ -636,7 +636,9 @@ char_bitmap_pixmap (LOGFONT* logfont, DEVFONT* devfont, sz->cy = source->rows; } +#ifdef _DEBUG print_bitmap_mono(buffer, source->width, source->rows, source->pitch); +#endif FT_Done_Glyph (ft_inst_info->glyph); FT_UNLOCK(&ft_lock);