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

Escaped text storage used while rendering ComicInfo. More...

Data Fields

char title [k_mdl_meta_title_max *6U]
 Escaped chapter title.
char series [k_mdl_meta_title_max *6U]
 Escaped series title.
char summary [k_mdl_meta_summary_max *6U]
 Escaped summary.
char writer [k_mdl_meta_name_max *6U]
 Escaped writer.
char artist [k_mdl_meta_name_max *6U]
 Escaped artist.
char language [k_mdl_meta_lang_max *6U]
 Escaped language.
char source [k_mdl_meta_url_max *6U]
 Escaped source URL.

Detailed Description

Escaped text storage used while rendering ComicInfo.

Definition at line 840 of file mdl_export_meta.c.

Field Documentation

◆ artist

char mdl_comicinfo_text_t::artist[k_mdl_meta_name_max *6U]

Escaped artist.

Definition at line 845 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().

◆ language

char mdl_comicinfo_text_t::language[k_mdl_meta_lang_max *6U]

Escaped language.

Definition at line 846 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().

◆ series

char mdl_comicinfo_text_t::series[k_mdl_meta_title_max *6U]

Escaped series title.

Definition at line 842 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().

◆ source

char mdl_comicinfo_text_t::source[k_mdl_meta_url_max *6U]

Escaped source URL.

Definition at line 847 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and mdl_export_build_comicinfo_pages().

◆ summary

char mdl_comicinfo_text_t::summary[k_mdl_meta_summary_max *6U]

Escaped summary.

Definition at line 843 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().

◆ title

char mdl_comicinfo_text_t::title[k_mdl_meta_title_max *6U]

Escaped chapter title.

Definition at line 841 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().

◆ writer

char mdl_comicinfo_text_t::writer[k_mdl_meta_name_max *6U]

Escaped writer.

Definition at line 844 of file mdl_export_meta.c.

Referenced by internal_escape_comicinfo(), and internal_render_comicinfo().


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