Remove freetype2 font backend
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 08:31:03 +0000 (09:31 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 29 Oct 2013 08:31:03 +0000 (09:31 +0100)
commit761434ecac7d9a4f1a95e3f3b4eee6e539947d32
tree37d61efac50e2f77e3dad2e9a5962970f02c0d17
parent96b28e953de4363736e3dfccbedbf93e9fe70b6c
Remove freetype2 font backend

The freetype2 font backend lacks support for proper combining marks and I
do not intend to ever implement that. Use pango!

If you don't want heavy dependencies, you can use the unifont or 8x16
backends.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Makefile.am
README
configure.ac
docs/man/kmscon.xml
src/font.h
src/font_freetype2.c [deleted file]
src/kmscon_mod_freetype2.c [deleted file]