|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked Ahem TTF (public domain) for the ereader_link layout gate. More...
#include <stdint.h>Go to the source code of this file.
Variables | |
| static const uint8_t | k_ahem_ttf [] |
| Ahem TTF bytes. | |
| static const uint32_t | k_ahem_ttf_len = (uint32_t)sizeof(k_ahem_ttf) |
| Length of k_ahem_ttf in bytes. | |
Baked Ahem TTF (public domain) for the ereader_link layout gate.
Ahem is a deterministic test face (every glyph a fixed 1em box), so the reflow layout + link-rect geometry are byte-stable – ideal for a CRC gate. Committed as a 7-bit ASCII C array, like the other HIL fixtures.
Definition in file font_fixture.h.
|
static |
|
static |