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

Index range of glyphs that belong to one page. More...

#include <reflow_types.h>

Data Fields

uint32_t glyph_first
 Index of first glyph in this page.
uint32_t glyph_count
 Number of glyphs in this page.

Detailed Description

Index range of glyphs that belong to one page.

Definition at line 255 of file reflow_types.h.

Field Documentation

◆ glyph_count

uint32_t reflow_page_t::glyph_count

Number of glyphs in this page.

Definition at line 257 of file reflow_types.h.

Referenced by internal_get_page(), internal_put_page(), internal_render_page(), priv_reflow_layout_finish_page(), and reflow_run_layout().

◆ glyph_first

uint32_t reflow_page_t::glyph_first

The documentation for this struct was generated from the following file: