blob: dbc58301fe8bf98a028eacb5cb7e03192c148c77 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* This file is auto generated with
* scripts/render_font.py --font_file lib/libutee/tui/fonts/amble/Amble-Bold.ttf --font_size 20 --font_name default_bold --out_dir out/arm-plat-rcar/ta_arm64-lib/libutee/tui
* do not edit.
*/
#ifndef __DEFAULT_BOLD_H
#define __DEFAULT_BOLD_H
#include "font.h"
extern const struct font font_default_bold;
#endif /*__DEFAULT_BOLD_H*/
|