Canvas graphics library  0.1.0
This library is developed to perform canvas graphics in memory buffers
fonts.h
Go to the documentation of this file.
1 /*
2  MIT License
3 
4  Copyright (c) 2018-2019, Alexey Dynda
5 
6  Permission is hereby granted, free of charge, to any person obtaining a copy
7  of this software and associated documentation files (the "Software"), to deal
8  in the Software without restriction, including without limitation the rights
9  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10  copies of the Software, and to permit persons to whom the Software is
11  furnished to do so, subject to the following conditions:
12 
13  The above copyright notice and this permission notice shall be included in all
14  copies or substantial portions of the Software.
15 
16  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22  SOFTWARE.
23 */
28 #pragma once
29 
30 #include "canvas/canvas_types.h"
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
42 extern const PROGMEM uint8_t ssd1306xled_font6x8 [];
43 
45 extern const PROGMEM uint8_t ssd1306xled_font8x16[];
46 
48 extern const PROGMEM uint8_t ssd1306xled_font6x8_German [];
49 
51 extern const PROGMEM uint8_t ssd1306xled_font6x8_AB [];
52 
54 extern const PROGMEM uint8_t ssd1306xled_font5x7 [];
55 
57 extern const PROGMEM uint8_t ssd1306xled_font5x7_AB [];
58 
60 extern const PROGMEM uint8_t digital_font5x7_123[];
61 
63 extern const PROGMEM uint8_t digital_font5x7_AB[];
64 
66 extern const PROGMEM uint8_t digital_font5x7[];
67 
69 extern const PROGMEM uint8_t free_calibri11x12[];
70 
72 extern const PROGMEM uint8_t free_calibri11x12_cyrillic[];
73 
75 extern const PROGMEM uint8_t free_calibri11x12_latin[];
76 
77 
82 extern const PROGMEM uint8_t courier_new_font11x16_digits [];
83 
88 extern const PROGMEM uint8_t comic_sans_font24x32_123 [];
89 
94 #ifdef __cplusplus
95 }
96 #endif
97 
const PROGMEM uint8_t digital_font5x7_123[]
const PROGMEM uint8_t ssd1306xled_font6x8_German[]
Definition: fonts.c:247
const PROGMEM uint8_t ssd1306xled_font8x16[]
Definition: fonts.c:144
const PROGMEM uint8_t courier_new_font11x16_digits[]
Definition: fonts.c:698
const PROGMEM uint8_t ssd1306xled_font6x8[]
Definition: fonts.c:42
const PROGMEM uint8_t ssd1306xled_font5x7[]
Definition: fonts.c:523
const PROGMEM uint8_t ssd1306xled_font5x7_AB[]
Definition: fonts.c:625
const PROGMEM uint8_t free_calibri11x12_latin[]
Definition: fonts.c:1155
const PROGMEM uint8_t free_calibri11x12_cyrillic[]
Definition: fonts.c:1003
const PROGMEM uint8_t comic_sans_font24x32_123[]
Definition: fonts.c:737
const PROGMEM uint8_t ssd1306xled_font6x8_AB[]
Definition: fonts.c:266
const PROGMEM uint8_t free_calibri11x12[]
Definition: fonts.c:787
const PROGMEM uint8_t digital_font5x7_AB[]
Definition: fonts.c:453
const PROGMEM uint8_t digital_font5x7[]
Definition: fonts.c:352