TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
font_tgx_Arial.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_Arial_H_
21#define _font_tgx_Arial_H_
22
23#include "tgx.h"
24
25//#ifdef __cplusplus
26//extern "C" {
27//#endif
28
47
48//#ifdef __cplusplus
49//} // extern "C"
50//#endif
51
52#endif
const ILI9341_t3_font_t font_tgx_Arial_32
Arial font 32pt.
const ILI9341_t3_font_t font_tgx_Arial_28
Arial font 28pt.
const ILI9341_t3_font_t font_tgx_Arial_24
Arial font 24pt.
const ILI9341_t3_font_t font_tgx_Arial_14
Arial font 14pt.
const ILI9341_t3_font_t font_tgx_Arial_96
Arial font 96pt.
const ILI9341_t3_font_t font_tgx_Arial_60
Arial font 60pt.
const ILI9341_t3_font_t font_tgx_Arial_9
Arial font 9pt.
const ILI9341_t3_font_t font_tgx_Arial_16
Arial font 16pt.
const ILI9341_t3_font_t font_tgx_Arial_20
Arial font 20pt.
const ILI9341_t3_font_t font_tgx_Arial_72
Arial font 72pt.
const ILI9341_t3_font_t font_tgx_Arial_10
Arial font 10pt.
const ILI9341_t3_font_t font_tgx_Arial_8
Arial font 8pt.
const ILI9341_t3_font_t font_tgx_Arial_11
Arial font 11pt.
const ILI9341_t3_font_t font_tgx_Arial_13
Arial font 13pt.
const ILI9341_t3_font_t font_tgx_Arial_12
Arial font 12pt.
const ILI9341_t3_font_t font_tgx_Arial_40
Arial font 40pt.
const ILI9341_t3_font_t font_tgx_Arial_48
Arial font 48pt.
const ILI9341_t3_font_t font_tgx_Arial_18
Arial font 18pt.
ILI9341_t3 PJRC font format.
Definition: Fonts.h:105
Main header file.