42 lines
2.0 KiB
C++
42 lines
2.0 KiB
C++
// Autogenerated, do not edit
|
|
|
|
#include <fonts/GeneratedFont.hpp>
|
|
|
|
FONT_TABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::GlyphNode glyphs_lucon_TTF_33_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
{ 0, 0x0020, 0, 0, 0, 0, 20, 0, 0, 0x00 },
|
|
{ 0, 0x002C, 6, 10, 5, 7, 20, 0, 0, 0x00 },
|
|
{ 30, 0x002D, 14, 3, 12, 3, 20, 0, 0, 0x00 },
|
|
{ 51, 0x002E, 6, 5, 5, 7, 20, 0, 0, 0x00 },
|
|
{ 66, 0x0030, 18, 26, 25, 1, 20, 0, 0, 0x00 },
|
|
{ 300, 0x0031, 16, 25, 25, 3, 20, 0, 0, 0x00 },
|
|
{ 500, 0x0032, 15, 25, 25, 2, 20, 0, 0, 0x00 },
|
|
{ 700, 0x0033, 14, 26, 25, 3, 20, 0, 0, 0x00 },
|
|
{ 882, 0x0034, 17, 24, 24, 1, 20, 0, 0, 0x00 },
|
|
{ 1098, 0x0035, 13, 25, 24, 4, 20, 0, 0, 0x00 },
|
|
{ 1273, 0x0036, 17, 26, 25, 2, 20, 0, 0, 0x00 },
|
|
{ 1507, 0x0037, 15, 24, 24, 3, 20, 0, 0, 0x00 },
|
|
{ 1699, 0x0038, 16, 26, 25, 2, 20, 0, 0, 0x00 },
|
|
{ 1907, 0x0039, 16, 26, 25, 2, 20, 0, 0, 0x00 },
|
|
{ 2115, 0x003F, 16, 25, 25, 2, 20, 0, 0, 0x00 }
|
|
};
|
|
|
|
// lucon_TTF_33_4bpp
|
|
FONT_TABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::GlyphNode glyphs_lucon_TTF_33_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_GLYPH_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t unicodes_lucon_TTF_33_4bpp_0[] FONT_GLYPH_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_SEARCHTABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t* const unicodes_lucon_TTF_33_4bpp[] FONT_SEARCHTABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
unicodes_lucon_TTF_33_4bpp_0
|
|
};
|
|
FONT_KERNING_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::KerningNode kerning_lucon_TTF_33_4bpp[] FONT_KERNING_LOCATION_FLASH_ATTRIBUTE;
|
|
touchgfx::GeneratedFont& getFont_lucon_TTF_33_4bpp();
|
|
|
|
touchgfx::GeneratedFont& getFont_lucon_TTF_33_4bpp()
|
|
{
|
|
static touchgfx::GeneratedFont lucon_TTF_33_4bpp(glyphs_lucon_TTF_33_4bpp, 15, 38, 33, 0, 0, 4, 1, 0, 0, unicodes_lucon_TTF_33_4bpp, kerning_lucon_TTF_33_4bpp, 63, 0, 0, 0);
|
|
return lucon_TTF_33_4bpp;
|
|
}
|