mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -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, "
|
LOG_DBG("%C: no glyph found (in neither the main font, "
|
||||||
"nor any fallback fonts)", wc);
|
"nor any fallback fonts)", wc);
|
||||||
}
|
}
|
||||||
|
|
||||||
err = FT_Load_Glyph(font->face, idx, font->load_flags);
|
err = FT_Load_Glyph(font->face, idx, font->load_flags);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue