html

Reporter class that renders report as a HTML document.

class fontbakery.reporters.html.HTMLReporter(is_async: bool = False, runner: CheckRunner | None = None, output_file: str | None = None, loglevels: Iterable[Status] | None = None, collect_results_by: str | None = None, succinct: bool = False, quiet: bool = False)[source]

Renders a report as a HTML document.

format = 'html'[source]
format_name = 'HTML'[source]
template(data) str[source]

Returns complete report as a HTML string.

template_engine() Template[source]
@fontbakery.reporters.html.emoticon[source]
@fontbakery.reporters.html.markdown[source]
@fontbakery.reporters.html.percent_of(value, total=100)[source]