~aleteoryx/muditaos

85a62195a2a82bb496f3736e1ec1ef12d1e5d4a4 — Marcin Zieliński 2 years ago 2a334c0
[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();
    }