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_50_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
{ 0, 0x0020, 0, 0, 0, 0, 30, 0, 0, 0x00 },
|
|
{ 0, 0x002C, 8, 16, 8, 11, 30, 0, 0, 0x00 },
|
|
{ 64, 0x002D, 20, 4, 17, 5, 30, 0, 0, 0x00 },
|
|
{ 104, 0x002E, 8, 8, 8, 11, 30, 0, 0, 0x00 },
|
|
{ 136, 0x0030, 26, 38, 37, 2, 30, 0, 0, 0x00 },
|
|
{ 630, 0x0031, 25, 37, 37, 4, 30, 0, 0, 0x00 },
|
|
{ 1111, 0x0032, 21, 37, 37, 4, 30, 0, 0, 0x00 },
|
|
{ 1518, 0x0033, 21, 38, 37, 5, 30, 0, 0, 0x00 },
|
|
{ 1936, 0x0034, 26, 36, 36, 2, 30, 0, 0, 0x00 },
|
|
{ 2404, 0x0035, 20, 37, 36, 6, 30, 0, 0, 0x00 },
|
|
{ 2774, 0x0036, 24, 38, 37, 4, 30, 0, 0, 0x00 },
|
|
{ 3230, 0x0037, 23, 36, 36, 4, 30, 0, 0, 0x00 },
|
|
{ 3662, 0x0038, 24, 38, 37, 3, 30, 0, 0, 0x00 },
|
|
{ 4118, 0x0039, 25, 38, 37, 3, 30, 0, 0, 0x00 },
|
|
{ 4612, 0x003F, 23, 37, 37, 4, 30, 0, 0, 0x00 }
|
|
};
|
|
|
|
// lucon_TTF_50_4bpp
|
|
FONT_TABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::GlyphNode glyphs_lucon_TTF_50_4bpp[] FONT_TABLE_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_GLYPH_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t unicodes_lucon_TTF_50_4bpp_0[] FONT_GLYPH_LOCATION_FLASH_ATTRIBUTE;
|
|
FONT_SEARCHTABLE_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const uint8_t* const unicodes_lucon_TTF_50_4bpp[] FONT_SEARCHTABLE_LOCATION_FLASH_ATTRIBUTE = {
|
|
unicodes_lucon_TTF_50_4bpp_0
|
|
};
|
|
FONT_KERNING_LOCATION_FLASH_PRAGMA
|
|
KEEP extern const touchgfx::KerningNode kerning_lucon_TTF_50_4bpp[] FONT_KERNING_LOCATION_FLASH_ATTRIBUTE;
|
|
touchgfx::GeneratedFont& getFont_lucon_TTF_50_4bpp();
|
|
|
|
touchgfx::GeneratedFont& getFont_lucon_TTF_50_4bpp()
|
|
{
|
|
static touchgfx::GeneratedFont lucon_TTF_50_4bpp(glyphs_lucon_TTF_50_4bpp, 15, 58, 50, 0, 0, 4, 1, 0, 0, unicodes_lucon_TTF_50_4bpp, kerning_lucon_TTF_50_4bpp, 63, 0, 0, 0);
|
|
return lucon_TTF_50_4bpp;
|
|
}
|