|
CheeseBoard
A library for use with the CheeseBoard Cheddar platform
|
#include <GfxFont.h>
Public Member Functions | |
| GfxFont (const uint8_t *font, uint8_t fontHeight) | |
| uint8_t | height () |
| void | use () |
| GfxFont::GfxFont | ( | const uint8_t * | font, |
| uint8_t | fontHeight | ||
| ) |
Constructor.
| font | a pointer to a U8g2lib font defined elsewhere |
| fontHeight | total height of font in pixels including whatever usually is "below the line" |
Definition at line 5 of file GfxFont.cpp.
| uint8_t GfxFont::height | ( | ) |
Get height
Definition at line 11 of file GfxFont.cpp.

| void GfxFont::use | ( | ) |
Make this font the current font.
Definition at line 16 of file GfxFont.cpp.

1.8.13