text: font: draw multi-cell characters correctly
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 10 Dec 2012 14:40:48 +0000 (15:40 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 10 Dec 2012 14:55:12 +0000 (15:55 +0100)
commit0de1de25fd67827149a7efb5cf2c3b309e2222d8
tree21a67b46545efd8361cf3911495e67367f08f8df
parentf52baf989697009354ed6caca2437fc27fa5955d
text: font: draw multi-cell characters correctly

Instead of clipping every character to a one-cell boundary, we now render
multi-cell characters correctly into multiple cells.

This does not adjust the console-renderers but only the font renderers to
provide the correct glyphs.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/genunifont.c
src/text.h
src/text_font_8x16.c
src/text_font_freetype2.c
src/text_font_pango.c