terminal
FontBakery reporters/terminal can report the events of the FontBakery CheckRunner Protocol to the terminal (or by pipe to files).
- class fontbakery.reporters.terminal.TerminalReporter(is_async: bool = False, runner: fontbakery.checkrunner.CheckRunner | None = None, output_file: str | None = None, loglevels: Iterable[fontbakery.status.Status] | None = None, collect_results_by: str | None = None, succinct: bool = False, quiet: bool = False, print_progress: bool = True, theme: dict | None = None)[source]