TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
font_tgx_OpenSans.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_H_
21#define _font_tgx_OpenSans_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_36
OpenSans font 36pt.
const ILI9341_t3_font_t font_tgx_OpenSans_14
OpenSans font 14pt.
const ILI9341_t3_font_t font_tgx_OpenSans_9
OpenSans font 9pt.
const ILI9341_t3_font_t font_tgx_OpenSans_32
OpenSans font 32pt.
const ILI9341_t3_font_t font_tgx_OpenSans_8
OpenSans font 8pt.
const ILI9341_t3_font_t font_tgx_OpenSans_10
OpenSans font 10pt.
const ILI9341_t3_font_t font_tgx_OpenSans_24
OpenSans font 24pt.
const ILI9341_t3_font_t font_tgx_OpenSans_20
OpenSans font 20pt.
const ILI9341_t3_font_t font_tgx_OpenSans_16
OpenSans font 16pt.
const ILI9341_t3_font_t font_tgx_OpenSans_18
OpenSans font 18pt.
const ILI9341_t3_font_t font_tgx_OpenSans_28
OpenSans font 28pt.
const ILI9341_t3_font_t font_tgx_OpenSans_11
OpenSans font 11pt.
const ILI9341_t3_font_t font_tgx_OpenSans_12
OpenSans font 12pt.
ILI9341_t3 PJRC font format.
Definition: Fonts.h:105
Main header file.