blob: 068457a772d569abb89b818a276e195709f4238a [file] [log] [blame]
#ifndef __FONT_H__
#define __FONT_H__
typedef struct
{
const unsigned char *table;
unsigned short width;
unsigned short height;
} FONT;
#endif