From 63d574c3b54db7a8601f3590b7f524c9b8ec32c0 Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 25 Oct 2013 20:10:15 +0800 Subject: [PATCH] less verbose on fallback text rendering --- frontend/ui/rendertext.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/rendertext.lua b/frontend/ui/rendertext.lua index 1042f0a52..36deba8b8 100644 --- a/frontend/ui/rendertext.lua +++ b/frontend/ui/rendertext.lua @@ -77,7 +77,7 @@ function RenderText:getGlyph(face, charcode, bgcolor, fgcolor) local fb_face = Font:getFace(font, Screen:rescaleByDPI(face.size)) if fb_face.ftface:checkGlyph(charcode) ~= 0 then rendered_glyph = fb_face.ftface:renderGlyph(charcode, bgcolor, fgcolor) - DEBUG("fallback to font", font) + --DEBUG("fallback to font", font) break end end