font.h File Reference
Font 8x6 IBM-PC 8bit. More...
#include <cfg/compiler.h>
#include <cpu/pgm.h>
Go to the source code of this file.
Defines | |
| #define | FONT_HAS_GLYPH(font, c) ((c) >= (font)->first && (c) <= (font)->last) |
| Return true if glyph c is available in font. | |
| #define | default_font font_luBS14 |
| The default font. | |
Detailed Description
Font 8x6 IBM-PC 8bit.
- Version:
- Id
- font.h 1636 2008-08-13 10:42:23Z bernie
Definition in file font.h.
Define Documentation
| #define FONT_HAS_GLYPH | ( | font, | |||
| c | ) | ((c) >= (font)->first && (c) <= (font)->last) |
