39 #define SSD1306_MORE_CHARS_REQUIRED 0xffff 85 #ifndef DOXYGEN_SHOULD_SKIP_THIS 86 void loadFixedFont_oldStyle(
const uint8_t * progmemFont);
89 #ifndef DOXYGEN_SHOULD_SKIP_THIS 95 void loadSquixFont(
const uint8_t * progmemFont);
145 #ifndef DOXYGEN_SHOULD_SKIP_THIS 146 const uint8_t *getPrimaryTable() {
return m_fixedFont.
primary_table; }
NanoFont(const uint8_t *progmemFont)
const uint8_t * primary_table
font chars bits
lcduint_t getTextSize(const char *text, lcduint_t *height=nullptr)
returns text width in pixels (and its height if height is requested)
static uint16_t unicode16FromUtf8(uint8_t ch)
const SFontHeaderRecord & getHeader()
SFontHeaderRecord h
record, containing information on font
void loadFixedFont(const uint8_t *progmemFont)
void loadSecondaryFont(const uint8_t *progmemUnicode)
void loadFreeFont(const uint8_t *progmemFont)
uint8_t pages
height in pages (each page height is 8-pixels)
void getCharBitmap(uint16_t ch, SCharInfo *info)
returns char data for currently set (active) font.