mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
font: don't spam failures to lookup glyphs
This commit is contained in:
parent
3c8a87168a
commit
8deba5fdb7
1 changed files with 2 additions and 2 deletions
4
font.c
4
font.c
|
|
@ -441,8 +441,8 @@ glyph_for_wchar(const struct font *font, wchar_t wc, struct glyph *glyph)
|
|||
}
|
||||
}
|
||||
|
||||
LOG_WARN("%C: no glyph found (in neither the main font, "
|
||||
"nor any fallback fonts)", wc);
|
||||
LOG_DBG("%C: no glyph found (in neither the main font, "
|
||||
"nor any fallback fonts)", wc);
|
||||
}
|
||||
|
||||
err = FT_Load_Glyph(font->face, idx, font->load_flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue