libepaper 2.0.0
A C++23 library for controlling Waveshare e-paper displays on Raspberry Pi, featuring transparent sleep/wake management and a fluent builder API.
Loading...
Searching...
No Matches
epaper::Font Member List

This is the complete list of members for epaper::Font, including all inherited members.

bytes_per_char() const noexcept -> std::size_tepaper::Fontinline
char_data(char c) const -> std::span< const std::uint8_t >epaper::Font
Font(const std::uint8_t *table, std::uint16_t width, std::uint16_t height)epaper::Fontinline
font12() -> const Font &epaper::Fontstatic
font16() -> const Font &epaper::Fontstatic
font20() -> const Font &epaper::Fontstatic
font24() -> const Font &epaper::Fontstatic
font8() -> const Font &epaper::Fontstatic
height() const noexcept -> std::uint16_tepaper::Fontinline
metrics() const noexcept -> FontMetricsepaper::Fontinline
width() const noexcept -> std::uint16_tepaper::Fontinline