font: add unfinished freetype backend
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jan 2012 22:11:48 +0000 (23:11 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jan 2012 22:11:48 +0000 (23:11 +0100)
commit319aae35c9d5109aa5fa6851fd4016d632d4f6fa
tree6f759e7fbba1ee8260d775ed0592471764e7e63f
parent41c032d28972bcd98549635a807dd9b54f03b04c
font: add unfinished freetype backend

This is a first attempt of a freetype2 backend for the font drawing functions.
This avoids the heavy pango/cairo dependencies, although, we might lose
important font handling that pango does for us like correctly drawing combined
characters.

This is still a stub implementation. The drawing operations are not supported,
yet. Use --enable-pango during configure to enable the still working pango
backend.

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