forked from PaulStoffregen/ILI9341_fonts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfont_GeorgiaBold.h
More file actions
33 lines (28 loc) · 1.03 KB
/
Copy pathfont_GeorgiaBold.h
File metadata and controls
33 lines (28 loc) · 1.03 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_GeorgiaBold_
#define _ILI9341_t3_font_GeorgiaBold_
#include "ILI9341_t3.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const ILI9341_t3_font_t Georgia_8_Bold;
extern const ILI9341_t3_font_t Georgia_9_Bold;
extern const ILI9341_t3_font_t Georgia_10_Bold;
extern const ILI9341_t3_font_t Georgia_11_Bold;
extern const ILI9341_t3_font_t Georgia_12_Bold;
extern const ILI9341_t3_font_t Georgia_13_Bold;
extern const ILI9341_t3_font_t Georgia_14_Bold;
extern const ILI9341_t3_font_t Georgia_16_Bold;
extern const ILI9341_t3_font_t Georgia_18_Bold;
extern const ILI9341_t3_font_t Georgia_20_Bold;
extern const ILI9341_t3_font_t Georgia_24_Bold;
extern const ILI9341_t3_font_t Georgia_28_Bold;
extern const ILI9341_t3_font_t Georgia_32_Bold;
extern const ILI9341_t3_font_t Georgia_40_Bold;
extern const ILI9341_t3_font_t Georgia_48_Bold;
extern const ILI9341_t3_font_t Georgia_60_Bold;
extern const ILI9341_t3_font_t Georgia_72_Bold;
extern const ILI9341_t3_font_t Georgia_96_Bold;
#ifdef __cplusplus
} // extern "C"
#endif
#endif