TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
font_tgx_OpenSans_Bold.h
Go to the documentation of this file.
1
5//
6// Copyright 2020 Arvind Singh
7//
8// This library is free software; you can redistribute it and/or
9// modify it under the terms of the GNU Lesser General Public
10// License as published by the Free Software Foundation; either
11// version 2.1 of the License, or (at your option) any later version.
12//
13// This library is distributed in the hope that it will be useful,
14// but WITHOUT ANY WARRANTY; without even the implied warranty of
15// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the GNU
16// Lesser General Public License for more details.
17//
18// You should have received a copy of the GNU Lesser General Public
19// License along with this library; If not, see <http://www.gnu.org/licenses/>.
20#ifndef _font_tgx_OpenSans_Bold_H_
21#define _font_tgx_OpenSans_Bold_H_
22
23#include "tgx.h"
24
25//#ifdef __cplusplus
26//extern "C" {
27//#endif
28
29
43
44
45
46//#ifdef __cplusplus
47//} // extern "C"
48//#endif
49
50#endif
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_36
OpenSans font (bold) 36pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_10
OpenSans font (bold) 10pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_8
OpenSans font (bold) 8pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_12
OpenSans font (bold) 12pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_16
OpenSans font (bold) 16pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_18
OpenSans font (bold) 18pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_20
OpenSans font (bold) 20pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_28
OpenSans font (bold) 28pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_14
OpenSans font (bold) 14pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_24
OpenSans font (bold) 24pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_9
OpenSans font (bold) 9pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_32
OpenSans font (bold) 32pt.
const ILI9341_t3_font_t font_tgx_OpenSans_Bold_11
OpenSans font (bold) 11pt.
ILI9341_t3 PJRC font format.
Definition: Fonts.h:105
Main header file.