text: font: add pango font backend
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 30 Jul 2012 15:44:02 +0000 (17:44 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 30 Jul 2012 15:44:02 +0000 (17:44 +0200)
commit99b2038f7fa1f18c8e3c63c308d163505a597d7e
tree32d16e5b076c749e9acc9e683b8729789f762a36
parent36938b59d7a683ea9d4b387adb88b28d507a0902
text: font: add pango font backend

The pango font backend is similar to the currently used older backend but
provides the new API. It is modular so we can disable it if not needed.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/text.h
src/text_font_pango.c [new file with mode: 0644]