From 3977ee687ffff23e49dcac0ea9a7c3e8652248f0 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 28 Jul 2013 17:08:45 +1000 Subject: First cut - beautiful new font handling by PetteriAimonen --- src/gdisp/mcufont/mcufont.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/gdisp/mcufont/mcufont.h (limited to 'src/gdisp/mcufont/mcufont.h') diff --git a/src/gdisp/mcufont/mcufont.h b/src/gdisp/mcufont/mcufont.h new file mode 100644 index 00000000..8a81ff42 --- /dev/null +++ b/src/gdisp/mcufont/mcufont.h @@ -0,0 +1,14 @@ +/* Tiny library for rendering compressed bitmap fonts on microcontrollers. */ + +#ifndef _MCUFONT_H_ +#define _MCUFONT_H_ + +#include "mf_config.h" +#include "mf_encoding.h" +#include "mf_justify.h" +#include "mf_kerning.h" +#include "mf_rlefont.h" +#include "mf_scaledfont.h" +#include "mf_wordwrap.h" + +#endif -- cgit v1.2.3