text: move font layer into top-level font_* namespace
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 3 Jan 2013 15:55:56 +0000 (16:55 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 3 Jan 2013 15:55:56 +0000 (16:55 +0100)
commite97c71fea1b95112c5877bd17b06b85d93810330
tree713e261eef1492c3ea0ff4c1f52bde5af13a2245
parentc14492796eaf4b539304fd841138bb7688c4c8cb
text: move font layer into top-level font_* namespace

The font layer does not longer depend on the text layer so move it into
its own namespace.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/font.c [moved from src/text_font.c with 98% similarity]
src/font.h [new file with mode: 0644]
src/font_8x16.c [moved from src/text_font_8x16.c with 99% similarity]
src/font_freetype2.c [moved from src/text_font_freetype2.c with 98% similarity]
src/font_pango.c [moved from src/text_font_pango.c with 97% similarity]
src/font_unifont.c [moved from src/text_font_unifont.c with 75% similarity]
src/font_unifont_data.hex [moved from src/text_font_unifont_data.hex with 100% similarity]
src/genunifont.c