vt102: CUU should move upwards
[fbpad.git] / font.h
blobb2df0b44e0f91c0371cf3526f9b61710fca3117f
1 #define MAXDOTS (1 << 10)
3 void font_init(void);
4 void font_free(void);
5 int font_rows(void);
6 int font_cols(void);
7 unsigned char *font_bitmap(int c, int flags);