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>
This commit is contained in:
David Herrmann 2012-07-28 16:40:22 +02:00
parent 4b7d694902
commit d5f85bba13
2 changed files with 11400 additions and 0 deletions

View File

@ -107,4 +107,9 @@ int kmscon_font_render(struct kmscon_font *font, kmscon_symbol_t sym,
void kmscon_font_drop(struct kmscon_font *font,
const struct kmscon_glyph *glyph);
/* modularized backends */
int kmscon_font_8x16_load(void);
void kmscon_font_8x16_unload(void);
#endif /* KMSCON_TEXT_H */

11395
src/text_font_8x16.c Normal file

File diff suppressed because it is too large Load Diff