|
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 | s_ahem_ttf [] |
| Embedded Ahem TrueType font bytes. | |
| static const uint32_t | s_ahem_ttf_len = (uint32_t)sizeof(s_ahem_ttf) |
| Exact byte length of s_ahem_ttf. | |
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 |
Embedded Ahem TrueType font bytes.
Preserves the public-domain fixture byte-for-byte so reflow and glyph geometry remain deterministic across HIL runs.
Definition at line 24 of file font_fixture.h.
Referenced by main().
|
static |
Exact byte length of s_ahem_ttf.
Supplies the bounded font span passed to the reflow initializer.
Definition at line 902 of file font_fixture.h.
Referenced by main().