ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
font_fixture.h File Reference

Baked Ahem TTF (public domain) for the ereader_link layout gate. More...

#include <stdint.h>
Include dependency graph for font_fixture.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.

Detailed Description

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.

Variable Documentation

◆ k_ahem_ttf

const uint8_t k_ahem_ttf[]
static

Ahem TTF bytes.

Definition at line 17 of file font_fixture.h.

Referenced by main().

◆ k_ahem_ttf_len

const uint32_t k_ahem_ttf_len = (uint32_t)sizeof(k_ahem_ttf)
static

Length of k_ahem_ttf in bytes.

Definition at line 889 of file font_fixture.h.

Referenced by main().