[MOS-859] Add missing font glyphs logging This facilitates text issues debugging
1 files changed, 2 insertions(+), 0 deletions(-) M module-gui/gui/core/RawFont.cpp
M module-gui/gui/core/RawFont.cpp => module-gui/gui/core/RawFont.cpp +2 -0
@@ 142,6 142,8 @@ namespace gui if (glyph != nullptr) { return glyph; } + + LOG_WARN("unsupported font glyph ID: %" PRIu32, glyph_id); return unsupported.get(); }