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

Escaped and rendered EPUB publication metadata. More...

Data Fields

char identifier [k_mdl_meta_id_max *6U]
 Escaped identifier.
char title [k_mdl_meta_title_max *6U]
 Escaped display title.
char language [k_mdl_meta_lang_max *6U]
 Escaped language.
char modified [k_mdl_meta_date_max *6U]
 Escaped modification date.
char creators [(k_mdl_meta_name_max *k_epub_creator_factor)+k_epub_creator_slack]
 Complete escaped <dc:creator> fragments.
char description [(k_mdl_meta_summary_max *6U)+k_epub_fragment_slack]
 Optional escaped <dc:description> fragment.
char source [(k_mdl_meta_url_max *6U)+k_epub_fragment_slack]
 Optional escaped <dc:source> fragment.
const char * progression
 OPF page progression token.

Detailed Description

Escaped and rendered EPUB publication metadata.

Definition at line 145 of file mdl_export_epub_meta.c.

Field Documentation

◆ creators

char mdl_epub_meta_text_t::creators[(k_mdl_meta_name_max *k_epub_creator_factor)+k_epub_creator_slack]

Complete escaped <dc:creator> fragments.

Definition at line 150 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_creators(), and internal_epub_render_meta().

◆ description

char mdl_epub_meta_text_t::description[(k_mdl_meta_summary_max *6U)+k_epub_fragment_slack]

Optional escaped <dc:description> fragment.

Definition at line 152 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_optional(), and internal_epub_render_meta().

◆ identifier

char mdl_epub_meta_text_t::identifier[k_mdl_meta_id_max *6U]

Escaped identifier.

Definition at line 146 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().

◆ language

char mdl_epub_meta_text_t::language[k_mdl_meta_lang_max *6U]

Escaped language.

Definition at line 148 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().

◆ modified

char mdl_epub_meta_text_t::modified[k_mdl_meta_date_max *6U]

Escaped modification date.

Definition at line 149 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().

◆ progression

const char* mdl_epub_meta_text_t::progression

OPF page progression token.

Definition at line 156 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().

◆ source

char mdl_epub_meta_text_t::source[(k_mdl_meta_url_max *6U)+k_epub_fragment_slack]

Optional escaped <dc:source> fragment.

Definition at line 154 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_optional(), and internal_epub_render_meta().

◆ title

char mdl_epub_meta_text_t::title[k_mdl_meta_title_max *6U]

Escaped display title.

Definition at line 147 of file mdl_export_epub_meta.c.

Referenced by internal_epub_prepare_text(), and internal_epub_render_meta().


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