Create Mission Select screen
This commit is contained in:
37
TouchGFX/generated/fonts/src/Table_CHINN____30_4bpp.cpp
Normal file
37
TouchGFX/generated/fonts/src/Table_CHINN____30_4bpp.cpp
Normal file
@ -0,0 +1,37 @@
|
||||
// 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
|
||||
{ 0, 0x003F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // question
|
||||
{ 300, 0x0043, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // C
|
||||
{ 600, 0x0061, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // a
|
||||
{ 900, 0x0065, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // e
|
||||
{ 1200, 0x0068, 30, 20, 20, 0, 31, 0, 0, 0x00 }, // h
|
||||
{ 1500, 0x0069, 6, 20, 20, 0, 7, 0, 0, 0x00 }, // i
|
||||
{ 1560, 0x006D, 29, 20, 20, 0, 30, 0, 0, 0x00 }, // m
|
||||
{ 1860, 0x006E, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // n
|
||||
{ 2160, 0x006F, 30, 20, 20, 0, 30, 0, 0, 0x00 }, // o
|
||||
{ 2460, 0x0073, 32, 20, 20, 0, 32, 0, 0, 0x00 } // s
|
||||
};
|
||||
|
||||
// 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()
|
||||
{
|
||||
static touchgfx::GeneratedFont CHINN____30_4bpp(glyphs_CHINN____30_4bpp, 11, 30, 30, 0, 0, 4, 1, 0, 0, unicodes_CHINN____30_4bpp, kerning_CHINN____30_4bpp, 63, 0, 0, 0);
|
||||
return CHINN____30_4bpp;
|
||||
}
|
||||
Reference in New Issue
Block a user