|
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.
|
Font dimension metrics. More...
#include <font.hpp>
Public Attributes | |
| std::uint16_t | width |
| std::uint16_t | height |
Font dimension metrics.
Describes the bounding box dimensions for all characters in a font. Since fonts are fixed-width, all characters share these dimensions.
Member Semantics:
width: Character cell width in pixels (horizontal advance)height: Character cell height in pixels (vertical extent)Usage:
| std::uint16_t epaper::FontMetrics::height |
| std::uint16_t epaper::FontMetrics::width |