idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Spleen Fonts

The Spleen 5x8 and 8x16 fixed-cell bitmap fonts. More...

Namespaces

namespace  idfxx
 
namespace  idfxx::font
 Bitmap font types, text metrics, and bundled fonts.
 

Variables

const mono_font idfxx::font::spleen_5x8
 Spleen 5x8 — compact status text.
 
const mono_font idfxx::font::spleen_8x16
 Spleen 8x16 — headline text; scale 2 gives 16x32 digits.
 

Detailed Description

The Spleen 5x8 and 8x16 fixed-cell bitmap fonts.

Spleen is a monospaced bitmap font family by Frederic Cambus (BSD-2-Clause). The bundled sizes cover printable ASCII (0x20-0x7E). Each font lives in its own translation unit, so a font an application never references is dropped at link time.

Variable Documentation

◆ spleen_5x8

const mono_font idfxx::font::spleen_5x8
extern

Spleen 5x8 — compact status text.

◆ spleen_8x16

const mono_font idfxx::font::spleen_8x16
extern

Spleen 8x16 — headline text; scale 2 gives 16x32 digits.