|
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.
|
This is the complete list of members for epaper::Font, including all inherited members.
| bytes_per_char() const noexcept -> std::size_t | epaper::Font | inline |
| 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::Font | inline |
| font12() -> const Font & | epaper::Font | static |
| font16() -> const Font & | epaper::Font | static |
| font20() -> const Font & | epaper::Font | static |
| font24() -> const Font & | epaper::Font | static |
| font8() -> const Font & | epaper::Font | static |
| height() const noexcept -> std::uint16_t | epaper::Font | inline |
| metrics() const noexcept -> FontMetrics | epaper::Font | inline |
| width() const noexcept -> std::uint16_t | epaper::Font | inline |