text: font: Add 8x16 font
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 28 Jul 2012 14:40:22 +0000 (16:40 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 28 Jul 2012 14:40:22 +0000 (16:40 +0200)
commitd5f85bba1348194c9dc74e0a79877b37da5ad630
treecddb0eaeb990add4fff01b4db18af9c13d353fcb
parent4b7d6949023f91e0d70275a4f2e1973ccb20cfb8
text: font: Add 8x16 font

The 8x16 font is a static in-memory font that can be used as safe
fallback. It does not allow scaling or other font decorations so it's
really just for very basic text-layouts.

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