forked from PaulStoffregen/ILI9341_t3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
font_ArialBold.h
33 lines (28 loc) · 1015 Bytes
/
font_ArialBold.h
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_ArialBold_
#define _ILI9341_t3_font_ArialBold_
#include "ILI9341_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t Arial_8_Bold;
extern const ILI9341_t3_font_t Arial_9_Bold;
extern const ILI9341_t3_font_t Arial_10_Bold;
extern const ILI9341_t3_font_t Arial_11_Bold;
extern const ILI9341_t3_font_t Arial_12_Bold;
extern const ILI9341_t3_font_t Arial_13_Bold;
extern const ILI9341_t3_font_t Arial_14_Bold;
extern const ILI9341_t3_font_t Arial_16_Bold;
extern const ILI9341_t3_font_t Arial_18_Bold;
extern const ILI9341_t3_font_t Arial_20_Bold;
extern const ILI9341_t3_font_t Arial_24_Bold;
extern const ILI9341_t3_font_t Arial_28_Bold;
extern const ILI9341_t3_font_t Arial_32_Bold;
extern const ILI9341_t3_font_t Arial_40_Bold;
extern const ILI9341_t3_font_t Arial_48_Bold;
extern const ILI9341_t3_font_t Arial_60_Bold;
extern const ILI9341_t3_font_t Arial_72_Bold;
extern const ILI9341_t3_font_t Arial_96_Bold;
#ifdef __cplusplus
} // extern "C"
#endif
#endif