FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Additional Inherited Members | |
Public Member Functions inherited from devices::display::Font< true > | |
constexpr | Font (char first_char, char last_char, uint8_t width, uint8_t height, const uint8_t *glyphs) |
Construct a new Font. More... | |
uint8_t | width () const |
Width of font glyphs in pixels. More... | |
uint8_t | height () const |
Height of font glyphs in pixels. More... | |
uint8_t | first_char () const |
Code of first char supported by this Font. More... | |
uint8_t | last_char () const |
Code of last char supported by this Font. More... | |
uint8_t | glyph_rows () const |
Determine the number of rows this font uses for each of its glyphs. More... | |
uint8_t | glyph_cols () const |
Determine the number of columns this font uses for each of its glyphs. More... | |
uint8_t | glyph_size () const |
Glyph size in bytes. More... | |
uint16_t | get_char_glyph_ref (char value) const |
Get a glyph reference for the requested character value . More... | |
uint8_t | get_char_glyph_byte (uint16_t glyph_ref, uint8_t index) const |
Get one byte of character glyph. More... | |
Static Public Attributes inherited from devices::display::Font< true > | |
static constexpr bool | VERTICAL |
true if font is vertical, false if horizontal More... | |
Definition at line 24 of file font_v5x7_default.h.
|
inline |
Definition at line 27 of file font_v5x7_default.h.