idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::font Namespace Reference

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.
 

Detailed Description

Bitmap font types, text metrics, and bundled fonts.