chiark / gitweb /
terminal/unifont: add built-in fallback glyph
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 2 Oct 2014 17:47:21 +0000 (19:47 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 3 Oct 2014 13:57:00 +0000 (15:57 +0200)
commit61d0326a5b1c11a8f2e8e31ec9093e81daa26588
tree0a875cbd7d0b7c18f7b90c9aa804b2f7d375a727
parentcb51a41fa632790ea839aa126844dfc2d74eb341
terminal/unifont: add built-in fallback glyph

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.
src/libsystemd-terminal/unifont.c
src/libsystemd-terminal/unifont.h