5facffc3e1
+ monospaced fonts + max 8px height. + can render at any x/y + can render upside down
9 lines
173 B
C
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
|