-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathfont_LiberationMonoBold.h
More file actions
33 lines (28 loc) · 1.17 KB
/
Copy pathfont_LiberationMonoBold.h
File metadata and controls
33 lines (28 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#ifndef _ILI9341_t3_font_LiberationMonoBold_
#define _ILI9341_t3_font_LiberationMonoBold_
#include "ILI9341_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t LiberationMono_8_Bold;
extern const ILI9341_t3_font_t LiberationMono_9_Bold;
extern const ILI9341_t3_font_t LiberationMono_10_Bold;
extern const ILI9341_t3_font_t LiberationMono_11_Bold;
extern const ILI9341_t3_font_t LiberationMono_12_Bold;
extern const ILI9341_t3_font_t LiberationMono_13_Bold;
extern const ILI9341_t3_font_t LiberationMono_14_Bold;
extern const ILI9341_t3_font_t LiberationMono_16_Bold;
extern const ILI9341_t3_font_t LiberationMono_18_Bold;
extern const ILI9341_t3_font_t LiberationMono_20_Bold;
extern const ILI9341_t3_font_t LiberationMono_24_Bold;
extern const ILI9341_t3_font_t LiberationMono_28_Bold;
extern const ILI9341_t3_font_t LiberationMono_32_Bold;
extern const ILI9341_t3_font_t LiberationMono_40_Bold;
extern const ILI9341_t3_font_t LiberationMono_48_Bold;
extern const ILI9341_t3_font_t LiberationMono_60_Bold;
extern const ILI9341_t3_font_t LiberationMono_72_Bold;
extern const ILI9341_t3_font_t LiberationMono_96_Bold;
#ifdef __cplusplus
} // extern "C"
#endif
#endif