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:
parent
4b7d694902
commit
d5f85bba13
@ -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
11395
src/text_font_8x16.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user