#include <Font7x14B.hh>
Font size 7x14B.
Definition at line 31 of file Font7x14B.hh.
Construct font (7x14B) singleton.
Definition at line 36 of file Font7x14B.hh.
bool Font::available |
( |
char |
c | ) |
|
|
inlineinherited |
Determine if character is available in font.
- Parameters
-
- Returns
- true if available.
Definition at line 79 of file Font.hh.
void Font::draw |
( |
Canvas * |
canvas, |
|
|
char |
c, |
|
|
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
uint8_t |
scale |
|
) |
| |
|
virtualinherited |
Draw character on given canvas.
- Parameters
-
[in] | canvas. | |
[in] | c | character. |
[in] | x | position. |
[in] | y | position. |
[in] | scale. | |
Definition at line 24 of file Font.cpp.
const uint8_t Font::FIRST |
|
inherited |
const uint8_t Font::HEIGHT |
|
inherited |
uint8_t Font::LINE_SPACING |
|
inherited |
const uint8_t* Font::m_bitmap |
|
protectedinherited |
const uint8_t Font::m_compression_type |
|
protectedinherited |
Compression type.
Definition at line 146 of file Font.hh.
const uint8_t Font::SPACING |
|
inherited |
const uint8_t Font::WIDTH |
|
inherited |
Font size; width/height and character/line spacing.
Definition at line 35 of file Font.hh.
The documentation for this class was generated from the following files: