crashtest-r0ket/lcd/veramono9.h
Stefan `Sec` Zehl 5facffc3e1 First version of my font renderer.
+ monospaced fonts
+ max 8px height.
+ can render at any x/y
+ can render upside down
2011-05-11 23:18:46 +02:00

9 lines
173 B
C

#ifndef __VERA_MONO_9__
#define __VERA_MONO_9__
#include "fonts.h"
/* Font data for Bitstream Vera Sans Mono 9pt */
extern const struct FONT_DEF Font_VeraMono9pt;
#endif