font: rewrite font backend
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 22 Jan 2012 21:44:12 +0000 (22:44 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 22 Jan 2012 21:44:12 +0000 (22:44 +0100)
commit5a3801386a85b124a5118a77b0f6788ab77c200d
tree996866e54965750af876f9dc580a57a7a6b9b614
parent0b320653d8278d39b725e4211c7af559faf2d80d
font: rewrite font backend

We now properly draw fonts with OpenGL. We now use FreeType2 instead of
pango to avoid big dependencies.

We also add a DejaVu font so we currently don't have to deal with font
selection.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
14 files changed:
COPYING
Makefile.am
autogen.sh
fonts/DejaVuSansMono.ttf [new file with mode: 0644]
src/console.c
src/console.h
src/console_cell.c
src/font.h
src/font_freetype.c
src/font_pango.c
src/output.h
src/output_context.c
src/terminal.c
tests/test_console.c