|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Bitmap font types, text metrics, and bundled fonts. More...
Classes | |
| struct | mono_font |
| A fixed-cell monochrome bitmap font. More... | |
Functions | |
| constexpr size_t | text_width (const mono_font &font, std::string_view text, unsigned scale=1) noexcept |
Returns the width in pixels of text rendered in font. | |
Variables | |
| const mono_font | spleen_5x8 |
| Spleen 5x8 — compact status text. | |
| const mono_font | spleen_8x16 |
| Spleen 8x16 — headline text; scale 2 gives 16x32 digits. | |
Bitmap font types, text metrics, and bundled fonts.