Select one of the symbols to view example projects that use it.
 
Outline
#include <touchgfx/InternalFlashFont.hpp>
getFont_Asap_Bold_otf_16_4bpp()
getFont_Asap_Bold_otf_20_4bpp()
getFont_Asap_Bold_otf_26_4bpp()
getFont_Asap_Bold_otf_27_4bpp()
getFont_Asap_Bold_otf_50_4bpp()
getFont_Asap_Regular_13_4bpp()
getFont_Asap_Regular_17_4bpp()
getFont_Asap_Regular_18_4bpp()
getFont_Asap_Regular_20_4bpp()
getFont_Asap_Regular_21_4bpp()
getFont_Asap_Regular_22_4bpp()
getFont_Asap_Regular_28_4bpp()
getFont_Asap_Regular_42_4bpp()
getFont_NotoSans_Regular_17_4bpp()
getFont_NotoSans_Regular_22_4bpp()
getFont_ipaexg_17_4bpp()
getFont_ipaexg_22_4bpp()
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXGui/generated/fonts/src/FontGetters.cpp
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
// Autogenerated, do not edit #include <touchgfx/InternalFlashFont.hpp> #ifndef NO_USING_NAMESPACE_TOUCHGFX using namespace touchgfx; #endif // Asap_Bold_otf_16_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Bold_otf_16_4bpp[]; extern const uint8_t unicodes_Asap_Bold_otf_16_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Bold_otf_16_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_16_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_16_4bpp() { static touchgfx::InternalFlashFont Asap_Bold_otf_16_4bpp(glyphs_Asap_Bold_otf_16_4bpp, 13, 16, 0, 4, 0, 0, unicodes_Asap_Bold_otf_16_4bpp, kerning_Asap_Bold_otf_16_4bpp, 0, 0); return Asap_Bold_otf_16_4bpp; }{ ... } // Asap_Bold_otf_20_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Bold_otf_20_4bpp[]; extern const uint8_t unicodes_Asap_Bold_otf_20_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Bold_otf_20_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_20_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_20_4bpp() { static touchgfx::InternalFlashFont Asap_Bold_otf_20_4bpp(glyphs_Asap_Bold_otf_20_4bpp, 47, 20, 4, 4, 1, 1, unicodes_Asap_Bold_otf_20_4bpp, kerning_Asap_Bold_otf_20_4bpp, 0, 0); return Asap_Bold_otf_20_4bpp; }{ ... } // Asap_Bold_otf_26_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Bold_otf_26_4bpp[]; extern const uint8_t unicodes_Asap_Bold_otf_26_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Bold_otf_26_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_26_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_26_4bpp() { static touchgfx::InternalFlashFont Asap_Bold_otf_26_4bpp(glyphs_Asap_Bold_otf_26_4bpp, 16, 26, 5, 4, 0, 0, unicodes_Asap_Bold_otf_26_4bpp, kerning_Asap_Bold_otf_26_4bpp, 0, 0); return Asap_Bold_otf_26_4bpp; }{ ... } // Asap_Bold_otf_27_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Bold_otf_27_4bpp[]; extern const uint8_t unicodes_Asap_Bold_otf_27_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Bold_otf_27_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_27_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_27_4bpp() { static touchgfx::InternalFlashFont Asap_Bold_otf_27_4bpp(glyphs_Asap_Bold_otf_27_4bpp, 33, 27, 5, 4, 0, 1, unicodes_Asap_Bold_otf_27_4bpp, kerning_Asap_Bold_otf_27_4bpp, 0, 0); return Asap_Bold_otf_27_4bpp; }{ ... } // Asap_Bold_otf_50_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Bold_otf_50_4bpp[]; extern const uint8_t unicodes_Asap_Bold_otf_50_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Bold_otf_50_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_50_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Bold_otf_50_4bpp() { static touchgfx::InternalFlashFont Asap_Bold_otf_50_4bpp(glyphs_Asap_Bold_otf_50_4bpp, 14, 50, 0, 4, 0, 0, unicodes_Asap_Bold_otf_50_4bpp, kerning_Asap_Bold_otf_50_4bpp, 0, 0); return Asap_Bold_otf_50_4bpp; }{ ... } // Asap_Regular_13_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_13_4bpp[]; extern const uint8_t unicodes_Asap_Regular_13_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_13_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_13_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_13_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_13_4bpp(glyphs_Asap_Regular_13_4bpp, 0, 13, 0, 4, 0, 0, unicodes_Asap_Regular_13_4bpp, kerning_Asap_Regular_13_4bpp, 0, 0); return Asap_Regular_13_4bpp; }{ ... } // Asap_Regular_17_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_17_4bpp[]; extern const uint8_t unicodes_Asap_Regular_17_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_17_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_17_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_17_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_17_4bpp(glyphs_Asap_Regular_17_4bpp, 52, 17, 4, 4, 1, 1, unicodes_Asap_Regular_17_4bpp, kerning_Asap_Regular_17_4bpp, 0, 0); return Asap_Regular_17_4bpp; }{ ... } // Asap_Regular_18_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_18_4bpp[]; extern const uint8_t unicodes_Asap_Regular_18_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_18_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_18_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_18_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_18_4bpp(glyphs_Asap_Regular_18_4bpp, 33, 18, 4, 4, 0, 1, unicodes_Asap_Regular_18_4bpp, kerning_Asap_Regular_18_4bpp, 0, 0); return Asap_Regular_18_4bpp; }{ ... } // Asap_Regular_20_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_20_4bpp[]; extern const uint8_t unicodes_Asap_Regular_20_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_20_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_20_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_20_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_20_4bpp(glyphs_Asap_Regular_20_4bpp, 36, 20, 4, 4, 0, 1, unicodes_Asap_Regular_20_4bpp, kerning_Asap_Regular_20_4bpp, 0, 0); return Asap_Regular_20_4bpp; }{ ... } // Asap_Regular_21_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_21_4bpp[]; extern const uint8_t unicodes_Asap_Regular_21_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_21_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_21_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_21_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_21_4bpp(glyphs_Asap_Regular_21_4bpp, 38, 21, 4, 4, 0, 1, unicodes_Asap_Regular_21_4bpp, kerning_Asap_Regular_21_4bpp, 0, 0); return Asap_Regular_21_4bpp; }{ ... } // Asap_Regular_22_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_22_4bpp[]; extern const uint8_t unicodes_Asap_Regular_22_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_22_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_22_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_22_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_22_4bpp(glyphs_Asap_Regular_22_4bpp, 46, 22, 5, 4, 0, 1, unicodes_Asap_Regular_22_4bpp, kerning_Asap_Regular_22_4bpp, 0, 0); return Asap_Regular_22_4bpp; }{ ... } // Asap_Regular_28_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_28_4bpp[]; extern const uint8_t unicodes_Asap_Regular_28_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_28_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_28_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_28_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_28_4bpp(glyphs_Asap_Regular_28_4bpp, 13, 28, 0, 4, 0, 0, unicodes_Asap_Regular_28_4bpp, kerning_Asap_Regular_28_4bpp, 0, 0); return Asap_Regular_28_4bpp; }{ ... } // Asap_Regular_42_4bpp extern const touchgfx::GlyphNode glyphs_Asap_Regular_42_4bpp[]; extern const uint8_t unicodes_Asap_Regular_42_4bpp[]; extern const touchgfx::KerningNode kerning_Asap_Regular_42_4bpp[]; touchgfx::InternalFlashFont& getFont_Asap_Regular_42_4bpp(); touchgfx::InternalFlashFont& getFont_Asap_Regular_42_4bpp() { static touchgfx::InternalFlashFont Asap_Regular_42_4bpp(glyphs_Asap_Regular_42_4bpp, 0, 42, 0, 4, 0, 0, unicodes_Asap_Regular_42_4bpp, kerning_Asap_Regular_42_4bpp, 0, 0); return Asap_Regular_42_4bpp; }{ ... } // NotoSans_Regular_17_4bpp extern const touchgfx::GlyphNode glyphs_NotoSans_Regular_17_4bpp[]; extern const uint8_t unicodes_NotoSans_Regular_17_4bpp[]; extern const touchgfx::KerningNode kerning_NotoSans_Regular_17_4bpp[]; touchgfx::InternalFlashFont& getFont_NotoSans_Regular_17_4bpp(); touchgfx::InternalFlashFont& getFont_NotoSans_Regular_17_4bpp() { static touchgfx::InternalFlashFont NotoSans_Regular_17_4bpp(glyphs_NotoSans_Regular_17_4bpp, 64, 17, 4, 4, 1, 1, unicodes_NotoSans_Regular_17_4bpp, kerning_NotoSans_Regular_17_4bpp, 0, 0); return NotoSans_Regular_17_4bpp; }{ ... } // NotoSans_Regular_22_4bpp extern const touchgfx::GlyphNode glyphs_NotoSans_Regular_22_4bpp[]; extern const uint8_t unicodes_NotoSans_Regular_22_4bpp[]; extern const touchgfx::KerningNode kerning_NotoSans_Regular_22_4bpp[]; touchgfx::InternalFlashFont& getFont_NotoSans_Regular_22_4bpp(); touchgfx::InternalFlashFont& getFont_NotoSans_Regular_22_4bpp() { static touchgfx::InternalFlashFont NotoSans_Regular_22_4bpp(glyphs_NotoSans_Regular_22_4bpp, 29, 22, 5, 4, 0, 1, unicodes_NotoSans_Regular_22_4bpp, kerning_NotoSans_Regular_22_4bpp, 0, 0); return NotoSans_Regular_22_4bpp; }{ ... } // ipaexg_17_4bpp extern const touchgfx::GlyphNode glyphs_ipaexg_17_4bpp[]; extern const uint8_t unicodes_ipaexg_17_4bpp[]; extern const touchgfx::KerningNode kerning_ipaexg_17_4bpp[]; touchgfx::InternalFlashFont& getFont_ipaexg_17_4bpp(); touchgfx::InternalFlashFont& getFont_ipaexg_17_4bpp() { static touchgfx::InternalFlashFont ipaexg_17_4bpp(glyphs_ipaexg_17_4bpp, 135, 17, 2, 4, 1, 1, unicodes_ipaexg_17_4bpp, kerning_ipaexg_17_4bpp, 0, 0); return ipaexg_17_4bpp; }{ ... } // ipaexg_22_4bpp extern const touchgfx::GlyphNode glyphs_ipaexg_22_4bpp[]; extern const uint8_t unicodes_ipaexg_22_4bpp[]; extern const touchgfx::KerningNode kerning_ipaexg_22_4bpp[]; touchgfx::InternalFlashFont& getFont_ipaexg_22_4bpp(); touchgfx::InternalFlashFont& getFont_ipaexg_22_4bpp() { static touchgfx::InternalFlashFont ipaexg_22_4bpp(glyphs_ipaexg_22_4bpp, 27, 22, 3, 4, 1, 1, unicodes_ipaexg_22_4bpp, kerning_ipaexg_22_4bpp, 0, 0); return ipaexg_22_4bpp; }{ ... }