terminal/unifont: add built-in fallback glyph

System Internals / systemd - David Herrmann [gmail.com] - 3 October 2014 08:57 UTC

In case we cannot render a glyph, we want a fallback we can display instead. If we rely on the font itself to provide the fallback character, we have nothing to display if that character is not available. Therefore, add a static fallback that we can use at any time.

61d0326 terminal/unifont: add built-in fallback glyph
src/libsystemd-terminal/unifont.c | 18 ++++++++++++++++++
src/libsystemd-terminal/unifont.h | 1 +
2 files changed, 19 insertions(+)

Upstream: github.com


  • Share