stw24/TouchGFX/generated/fonts/src/Table_CHINN____30_4bpp.cpp

49 lines
2.6 KiB
C++
Raw Normal View History

2023-03-06 23:42:01 +01:00
// Autogenerated, do not edit
#include <fonts/GeneratedFont.hpp>
FONT_TABLE_LOCATION_FLASH_PRAGMA
KEEP extern const touchgfx::GlyphNode glyphs_CHINN____30_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE = {
{ 0, 0x0020, 0, 0, 0, 0, 8, 0, 0, 0x00 }, // space
2023-03-07 22:35:12 +01:00
{ 0, 0x003A, 7, 14, 14, 1, 8, 0, 0, 0x00 }, // colon
{ 56, 0x003F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // question
2023-03-21 19:05:54 +01:00
{ 356, 0x0041, 29, 20, 20, -1, 27, 0, 0, 0x00 }, // A
{ 656, 0x0043, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // C
{ 956, 0x0045, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // E
{ 1256, 0x0047, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // G
{ 1556, 0x0048, 30, 20, 20, 0, 31, 0, 0, 0x00 }, // H
{ 1856, 0x004D, 32, 20, 20, 0, 32, 0, 0, 0x00 }, // M
{ 2176, 0x0050, 31, 20, 20, 0, 31, 0, 0, 0x00 }, // P
{ 2496, 0x0052, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // R
{ 2796, 0x0061, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // a
{ 3096, 0x0065, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // e
{ 3396, 0x0068, 30, 20, 20, 0, 31, 0, 0, 0x00 }, // h
{ 3696, 0x0069, 6, 20, 20, 0, 7, 0, 0, 0x00 }, // i
{ 3756, 0x006D, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // m
{ 4056, 0x006E, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // n
{ 4356, 0x006F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // o
{ 4656, 0x0072, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // r
{ 4956, 0x0073, 32, 20, 20, 0, 32, 0, 0, 0x00 }, // s
{ 5276, 0x0074, 30, 20, 20, -1, 28, 0, 0, 0x00 }, // t
{ 5576, 0x0075, 30, 20, 20, 0, 31, 0, 0, 0x00 } // u
2023-03-06 23:42:01 +01:00
};
// CHINN____30_4bpp
FONT_TABLE_LOCATION_FLASH_PRAGMA
KEEP extern const touchgfx::GlyphNode glyphs_CHINN____30_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE;
FONT_GLYPH_LOCATION_FLASH_PRAGMA
KEEP extern const uint8_t unicodes_CHINN____30_4bpp_0[] FONT_GLYPH_LOCATION_FLASH_ATTRIBUTE;
FONT_SEARCHTABLE_LOCATION_FLASH_PRAGMA
KEEP extern const uint8_t* const unicodes_CHINN____30_4bpp[] FONT_SEARCHTABLE_LOCATION_FLASH_ATTRIBUTE = {
unicodes_CHINN____30_4bpp_0
};
FONT_KERNING_LOCATION_FLASH_PRAGMA
KEEP extern const touchgfx::KerningNode kerning_CHINN____30_4bpp[] FONT_KERNING_LOCATION_FLASH_ATTRIBUTE;
touchgfx::GeneratedFont& getFont_CHINN____30_4bpp();
touchgfx::GeneratedFont& getFont_CHINN____30_4bpp()
{
2023-03-21 19:05:54 +01:00
static touchgfx::GeneratedFont CHINN____30_4bpp(glyphs_CHINN____30_4bpp, 22, 30, 30, 0, 0, 4, 1, 1, 1, unicodes_CHINN____30_4bpp, kerning_CHINN____30_4bpp, 63, 0, 0, 0);
2023-03-06 23:42:01 +01:00
return CHINN____30_4bpp;
}