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

Bitmap font representation and text metrics. More...

#include <cstddef>
#include <cstdint>
#include <string_view>

Go to the source code of this file.

Classes

struct  idfxx::font::mono_font
 A fixed-cell monochrome bitmap font. More...
 

Namespaces

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

Functions

constexpr size_t idfxx::font::text_width (const mono_font &font, std::string_view text, unsigned scale=1) noexcept
 Returns the width in pixels of text rendered in font.
 

Detailed Description

Bitmap font representation and text metrics.

Definition in file font.hpp.