53 lines
2.9 KiB
C++
53 lines
2.9 KiB
C++
// Autogenerated, do not edit
|
|
|
|
#include <fonts/GeneratedFont.hpp>
|
|
|
|
FONT_TABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::GlyphNode glyphs_CHINN____20_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
{ 0, 0x0020, 0, 0, 0, 0, 5, 0, 0, 0x00 }, // space
|
|
{ 0, 0x003F, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // question
|
|
{ 130, 0x0041, 20, 13, 13, -1, 18, 0, 0, 0x00 }, // A
|
|
{ 260, 0x0042, 20, 13, 13, 0, 21, 0, 0, 0x00 }, // B
|
|
{ 390, 0x0044, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // D
|
|
{ 520, 0x0045, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // E
|
|
{ 650, 0x0049, 4, 13, 13, 0, 5, 0, 0, 0x00 }, // I
|
|
{ 676, 0x004D, 21, 13, 13, 0, 21, 0, 0, 0x00 }, // M
|
|
{ 819, 0x0053, 22, 13, 13, 0, 22, 0, 0, 0x00 }, // S
|
|
{ 962, 0x0054, 20, 13, 13, -1, 19, 0, 0, 0x00 }, // T
|
|
{ 1092, 0x0061, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // a
|
|
{ 1222, 0x0063, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // c
|
|
{ 1352, 0x0064, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // d
|
|
{ 1482, 0x0065, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // e
|
|
{ 1612, 0x0067, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // g
|
|
{ 1742, 0x0069, 4, 13, 13, 0, 5, 0, 0, 0x00 }, // i
|
|
{ 1768, 0x006B, 20, 13, 13, 0, 19, 0, 0, 0x00 }, // k
|
|
{ 1898, 0x006C, 15, 13, 13, 0, 14, 0, 0, 0x00 }, // l
|
|
{ 2002, 0x006E, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // n
|
|
{ 2132, 0x006F, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // o
|
|
{ 2262, 0x0070, 20, 13, 13, 0, 19, 0, 0, 0x00 }, // p
|
|
{ 2392, 0x0072, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // r
|
|
{ 2522, 0x0073, 22, 13, 13, 0, 22, 0, 0, 0x00 }, // s
|
|
{ 2665, 0x0074, 20, 13, 13, -1, 19, 0, 0, 0x00 }, // t
|
|
{ 2795, 0x0075, 20, 13, 13, 0, 20, 0, 0, 0x00 }, // u
|
|
{ 2925, 0x0076, 20, 13, 13, -1, 18, 0, 0, 0x00 } // v
|
|
};
|
|
|
|
// CHINN____20_4bpp
|
|
FONT_TABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::GlyphNode glyphs_CHINN____20_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_GLYPH_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t unicodes_CHINN____20_4bpp_0[] FONT_GLYPH_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_SEARCHTABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t* const unicodes_CHINN____20_4bpp[] FONT_SEARCHTABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
unicodes_CHINN____20_4bpp_0
|
|
};
|
|
FONT_KERNING_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::KerningNode kerning_CHINN____20_4bpp[] FONT_KERNING_LOCATION_FLASH_ATTRIBUTE;
|
|
touchgfx::GeneratedFont& getFont_CHINN____20_4bpp();
|
|
|
|
touchgfx::GeneratedFont& getFont_CHINN____20_4bpp()
|
|
{
|
|
static touchgfx::GeneratedFont CHINN____20_4bpp(glyphs_CHINN____20_4bpp, 26, 20, 20, 0, 0, 4, 1, 1, 1, unicodes_CHINN____20_4bpp, kerning_CHINN____20_4bpp, 63, 0, 0, 0);
|
|
return CHINN____20_4bpp;
|
|
}
|