Ooups forgot new fonts.h

This commit is contained in:
Stefan `Sec` Zehl 2011-05-13 15:18:32 +02:00
parent 99456e3ce0
commit 202f2e253a
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ typedef struct {
// into the the struct FONT_DEF's data array
} FONT_CHAR_INFO;
typedef struct {
const uint8_t widthBits; // width, in bits (or pixels), of the character
const uint8_t preblank; // How many blanks
const uint8_t blank; // How many blanks
} FONT_CHAR_INFO_v2;
struct FONT_DEF {
uint8_t u8Width; /* Character width for storage */