Updated LVGL codeblocks simulator fonts with missing characters
This commit is contained in:
parent
5e2ebf2fd6
commit
6baae48f71
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
* Size: 14 px
|
||||
* Bpp: 4
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 14 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD9,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_14.c --force-fast-kern-format
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 14 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD6,0xD9,0xDB,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xF6,0xFB,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_14.c --force-fast-kern-format
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
@ -787,6 +787,18 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0xcf, 0x96, 0x6b, 0xfa, 0x0, 0x0, 0x7,
|
||||
0xdf, 0xeb, 0x50, 0x0,
|
||||
|
||||
/* U+00D6 "Ö" */
|
||||
0x0, 0x0, 0xd2, 0x5b, 0x0, 0x0, 0x0, 0x0,
|
||||
0x60, 0x25, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x7, 0xcf, 0xeb, 0x50, 0x0,
|
||||
0x0, 0xcf, 0x96, 0x6b, 0xf9, 0x0, 0xa, 0xe2,
|
||||
0x0, 0x0, 0x5f, 0x60, 0x1f, 0x60, 0x0, 0x0,
|
||||
0xa, 0xd0, 0x4f, 0x20, 0x0, 0x0, 0x6, 0xf0,
|
||||
0x4f, 0x20, 0x0, 0x0, 0x6, 0xf0, 0x1f, 0x60,
|
||||
0x0, 0x0, 0xa, 0xd0, 0xa, 0xe2, 0x0, 0x0,
|
||||
0x5f, 0x60, 0x0, 0xcf, 0x96, 0x6b, 0xfa, 0x0,
|
||||
0x0, 0x7, 0xdf, 0xeb, 0x50, 0x0,
|
||||
|
||||
/* U+00D9 "Ù" */
|
||||
0x0, 0x57, 0x0, 0x0, 0x0, 0x1, 0xca, 0x0,
|
||||
0x0, 0x0, 0x0, 0x72, 0x0, 0x0, 0x0, 0x0,
|
||||
@ -797,6 +809,16 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0xd, 0x94, 0xf4, 0x0, 0x3, 0xf5, 0xc, 0xf8,
|
||||
0x68, 0xfd, 0x0, 0x9, 0xef, 0xe9, 0x10,
|
||||
|
||||
/* U+00DB "Û" */
|
||||
0x0, 0x2, 0x83, 0x0, 0x0, 0x2, 0xe8, 0xe2,
|
||||
0x0, 0x0, 0x54, 0x3, 0x60, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x9c, 0x0, 0x0, 0xb, 0xa9, 0xc0,
|
||||
0x0, 0x0, 0xba, 0x9c, 0x0, 0x0, 0xb, 0xa9,
|
||||
0xc0, 0x0, 0x0, 0xba, 0x9c, 0x0, 0x0, 0xb,
|
||||
0xa9, 0xc0, 0x0, 0x0, 0xba, 0x8e, 0x0, 0x0,
|
||||
0xd, 0x94, 0xf4, 0x0, 0x3, 0xf5, 0xc, 0xf8,
|
||||
0x68, 0xfd, 0x0, 0x9, 0xef, 0xe9, 0x10,
|
||||
|
||||
/* U+00DC "Ü" */
|
||||
0x0, 0x4c, 0xb, 0x60, 0x0, 0x1, 0x50, 0x52,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x9, 0xc0, 0x0,
|
||||
@ -891,6 +913,23 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0xb, 0xa0, 0xb, 0xa0, 0xb, 0xa0, 0xb, 0xa0,
|
||||
0xb, 0xa0, 0xb, 0xa0, 0xb, 0xa0,
|
||||
|
||||
/* U+00F6 "ö" */
|
||||
0x0, 0x6a, 0xc, 0x40, 0x0, 0x2, 0x40, 0x51,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xdf,
|
||||
0xd6, 0x0, 0x9, 0xf7, 0x48, 0xf7, 0x2, 0xf5,
|
||||
0x0, 0x7, 0xf0, 0x5f, 0x0, 0x0, 0x1f, 0x35,
|
||||
0xf0, 0x0, 0x2, 0xf3, 0x2f, 0x50, 0x0, 0x7f,
|
||||
0x0, 0x9f, 0x74, 0x8f, 0x70, 0x0, 0x7d, 0xfd,
|
||||
0x60, 0x0,
|
||||
|
||||
/* U+00FB "û" */
|
||||
0x0, 0x6e, 0xc0, 0x0, 0x5, 0xb1, 0x7a, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xc8, 0x0, 0x2, 0xf3,
|
||||
0xc8, 0x0, 0x2, 0xf3, 0xc8, 0x0, 0x2, 0xf3,
|
||||
0xc8, 0x0, 0x2, 0xf3, 0xc9, 0x0, 0x3, 0xf3,
|
||||
0xab, 0x0, 0x7, 0xf3, 0x5f, 0x83, 0x7e, 0xf3,
|
||||
0x6, 0xdf, 0xc5, 0xf3,
|
||||
|
||||
/* U+00FC "ü" */
|
||||
0x2, 0xe0, 0x88, 0x0, 0x0, 0x60, 0x33, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xc8, 0x0, 0x2, 0xf3,
|
||||
@ -1837,82 +1876,86 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
{.bitmap_index = 3938, .adv_w = 150, .box_w = 8, .box_h = 13, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 3990, .adv_w = 69, .box_w = 6, .box_h = 14, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 4032, .adv_w = 188, .box_w = 12, .box_h = 14, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4116, .adv_w = 177, .box_w = 9, .box_h = 14, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4179, .adv_w = 177, .box_w = 9, .box_h = 13, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4238, .adv_w = 151, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4282, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4326, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4370, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4414, .adv_w = 128, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 4458, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4502, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4546, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4590, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4634, .adv_w = 62, .box_w = 6, .box_h = 11, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 4667, .adv_w = 62, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4689, .adv_w = 152, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4733, .adv_w = 239, .box_w = 15, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4793, .adv_w = 70, .box_w = 4, .box_h = 3, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 4799, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 4912, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4989, .adv_w = 224, .box_w = 14, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5080, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5157, .adv_w = 154, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5212, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5317, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5422, .adv_w = 252, .box_w = 16, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5526, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5631, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5719, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5824, .adv_w = 112, .box_w = 7, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5866, .adv_w = 168, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5932, .adv_w = 252, .box_w = 16, .box_h = 14, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6044, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6121, .adv_w = 154, .box_w = 10, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6196, .adv_w = 196, .box_w = 10, .box_h = 14, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 6266, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6364, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6449, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6534, .adv_w = 196, .box_w = 10, .box_h = 14, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 6604, .adv_w = 196, .box_w = 14, .box_h = 13, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 6695, .adv_w = 140, .box_w = 9, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6754, .adv_w = 140, .box_w = 9, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6813, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6898, .adv_w = 196, .box_w = 13, .box_h = 4, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 6924, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7012, .adv_w = 280, .box_w = 18, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7147, .adv_w = 252, .box_w = 17, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 7275, .adv_w = 224, .box_w = 14, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7366, .adv_w = 196, .box_w = 13, .box_h = 8, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 7418, .adv_w = 196, .box_w = 13, .box_h = 8, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 7470, .adv_w = 280, .box_w = 18, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7569, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7646, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7751, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 7864, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7949, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8047, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8132, .adv_w = 196, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8210, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8287, .adv_w = 140, .box_w = 10, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 8362, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8460, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8558, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8646, .adv_w = 224, .box_w = 16, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 8766, .adv_w = 168, .box_w = 11, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8849, .adv_w = 280, .box_w = 18, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8966, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9056, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9146, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9236, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9326, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9416, .adv_w = 280, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9524, .adv_w = 196, .box_w = 12, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9614, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9712, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 9825, .adv_w = 280, .box_w = 18, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9924, .adv_w = 168, .box_w = 11, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10007, .adv_w = 225, .box_w = 15, .box_h = 10, .ofs_x = 0, .ofs_y = 0}
|
||||
{.bitmap_index = 4116, .adv_w = 188, .box_w = 12, .box_h = 13, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4194, .adv_w = 177, .box_w = 9, .box_h = 14, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4257, .adv_w = 177, .box_w = 9, .box_h = 14, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4320, .adv_w = 177, .box_w = 9, .box_h = 13, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4379, .adv_w = 151, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4423, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4467, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4511, .adv_w = 134, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4555, .adv_w = 128, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 4599, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4643, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4687, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4731, .adv_w = 137, .box_w = 8, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4775, .adv_w = 62, .box_w = 6, .box_h = 11, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 4808, .adv_w = 62, .box_w = 4, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4830, .adv_w = 142, .box_w = 9, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 4880, .adv_w = 152, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4924, .adv_w = 152, .box_w = 8, .box_h = 11, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 4968, .adv_w = 239, .box_w = 15, .box_h = 8, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5028, .adv_w = 70, .box_w = 4, .box_h = 3, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 5034, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 5147, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5224, .adv_w = 224, .box_w = 14, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5315, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5392, .adv_w = 154, .box_w = 10, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5447, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5552, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5657, .adv_w = 252, .box_w = 16, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 5761, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 5866, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5954, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6059, .adv_w = 112, .box_w = 7, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6101, .adv_w = 168, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6167, .adv_w = 252, .box_w = 16, .box_h = 14, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6279, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6356, .adv_w = 154, .box_w = 10, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6431, .adv_w = 196, .box_w = 10, .box_h = 14, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 6501, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6599, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6684, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6769, .adv_w = 196, .box_w = 10, .box_h = 14, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 6839, .adv_w = 196, .box_w = 14, .box_h = 13, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 6930, .adv_w = 140, .box_w = 9, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6989, .adv_w = 140, .box_w = 9, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7048, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7133, .adv_w = 196, .box_w = 13, .box_h = 4, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 7159, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7247, .adv_w = 280, .box_w = 18, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7382, .adv_w = 252, .box_w = 17, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 7510, .adv_w = 224, .box_w = 14, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7601, .adv_w = 196, .box_w = 13, .box_h = 8, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 7653, .adv_w = 196, .box_w = 13, .box_h = 8, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 7705, .adv_w = 280, .box_w = 18, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7804, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7881, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7986, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 8099, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8184, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8282, .adv_w = 196, .box_w = 13, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8367, .adv_w = 196, .box_w = 13, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8445, .adv_w = 224, .box_w = 14, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8522, .adv_w = 140, .box_w = 10, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 8597, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8695, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8793, .adv_w = 252, .box_w = 16, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8881, .adv_w = 224, .box_w = 16, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 9001, .adv_w = 168, .box_w = 11, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9084, .adv_w = 280, .box_w = 18, .box_h = 13, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9201, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9291, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9381, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9471, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9561, .adv_w = 280, .box_w = 18, .box_h = 10, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9651, .adv_w = 280, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9759, .adv_w = 196, .box_w = 12, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9849, .adv_w = 196, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9947, .adv_w = 224, .box_w = 15, .box_h = 15, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 10060, .adv_w = 280, .box_w = 18, .box_h = 11, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 10159, .adv_w = 168, .box_w = 11, .box_h = 15, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10242, .adv_w = 225, .box_w = 15, .box_h = 10, .ofs_x = 0, .ofs_y = 0}
|
||||
};
|
||||
|
||||
/*---------------------
|
||||
@ -1921,16 +1964,17 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
|
||||
static const uint16_t unicode_list_1[] = {
|
||||
0x0, 0x10, 0x14, 0x17, 0x18, 0x19, 0x1a, 0x1b,
|
||||
0x1e, 0x24, 0x29, 0x2c, 0x2f, 0x30, 0x32, 0x34,
|
||||
0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e, 0x3f, 0x4c,
|
||||
0xa3, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61,
|
||||
0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78,
|
||||
0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2,
|
||||
0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4,
|
||||
0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015,
|
||||
0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074,
|
||||
0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7,
|
||||
0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2
|
||||
0x1e, 0x24, 0x26, 0x29, 0x2b, 0x2c, 0x2f, 0x30,
|
||||
0x32, 0x34, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e,
|
||||
0x3f, 0x46, 0x4b, 0x4c, 0xa3, 0x1f72, 0xef51, 0xef58,
|
||||
0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c,
|
||||
0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, 0xef9b,
|
||||
0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8,
|
||||
0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb,
|
||||
0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, 0xf037,
|
||||
0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191,
|
||||
0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa,
|
||||
0xf712, 0xf7f2
|
||||
};
|
||||
|
||||
/*Collect the unicode lists and glyph_id offsets*/
|
||||
@ -1942,7 +1986,7 @@ static const lv_font_fmt_txt_cmap_t cmaps[] =
|
||||
},
|
||||
{
|
||||
.range_start = 176, .range_length = 63475, .glyph_id_start = 96,
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 86, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 90, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
}
|
||||
};
|
||||
|
||||
@ -1967,16 +2011,17 @@ static const uint8_t kern_left_class_mapping[] =
|
||||
46, 46, 54, 55, 56, 57, 51, 58,
|
||||
58, 59, 58, 60, 41, 0, 0, 9,
|
||||
61, 23, 23, 25, 26, 26, 26, 26,
|
||||
29, 22, 30, 30, 46, 45, 45, 45,
|
||||
47, 49, 49, 49, 49, 62, 51, 51,
|
||||
49, 9, 0, 0, 0, 0, 0, 0,
|
||||
29, 22, 22, 30, 30, 30, 46, 45,
|
||||
45, 45, 47, 49, 49, 49, 49, 62,
|
||||
51, 46, 51, 51, 49, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Map glyph_ids to kern right classes*/
|
||||
@ -1995,16 +2040,17 @@ static const uint8_t kern_right_class_mapping[] =
|
||||
39, 42, 39, 42, 43, 44, 45, 46,
|
||||
46, 47, 46, 48, 0, 0, 35, 9,
|
||||
49, 24, 24, 23, 25, 25, 25, 25,
|
||||
25, 23, 28, 28, 38, 37, 37, 37,
|
||||
39, 39, 39, 39, 39, 50, 51, 45,
|
||||
39, 9, 0, 0, 0, 0, 0, 0,
|
||||
25, 23, 23, 28, 28, 28, 38, 37,
|
||||
37, 37, 39, 39, 39, 39, 39, 50,
|
||||
51, 39, 45, 45, 39, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Kern values between classes*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
* Size: 16 px
|
||||
* Bpp: 4
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 16 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD9,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_16.c --force-fast-kern-format
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 16 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD6,0xD9,0xDB,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xF6,0xFB,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_16.c --force-fast-kern-format
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
@ -944,6 +944,21 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x9e, 0xfa, 0x0, 0x0, 0x2, 0x8d, 0xfe, 0xb5,
|
||||
0x0, 0x0,
|
||||
|
||||
/* U+00D6 "Ö" */
|
||||
0x0, 0x0, 0x5d, 0x6, 0xd0, 0x0, 0x0, 0x0,
|
||||
0x3, 0x90, 0x48, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0xdf, 0xeb,
|
||||
0x50, 0x0, 0x0, 0x4f, 0xfb, 0x89, 0xef, 0xa0,
|
||||
0x0, 0x2f, 0xd2, 0x0, 0x0, 0x8f, 0x90, 0xb,
|
||||
0xf2, 0x0, 0x0, 0x0, 0xaf, 0x20, 0xfa, 0x0,
|
||||
0x0, 0x0, 0x3, 0xf7, 0x2f, 0x60, 0x0, 0x0,
|
||||
0x0, 0xf, 0x92, 0xf6, 0x0, 0x0, 0x0, 0x0,
|
||||
0xf9, 0xf, 0xa0, 0x0, 0x0, 0x0, 0x3f, 0x70,
|
||||
0xbf, 0x20, 0x0, 0x0, 0xa, 0xf2, 0x2, 0xfd,
|
||||
0x20, 0x0, 0x8, 0xf9, 0x0, 0x4, 0xff, 0xb8,
|
||||
0x9e, 0xfa, 0x0, 0x0, 0x2, 0x8d, 0xfe, 0xb5,
|
||||
0x0, 0x0,
|
||||
|
||||
/* U+00D9 "Ù" */
|
||||
0x0, 0x2c, 0xc1, 0x0, 0x0, 0x0, 0x0, 0x8,
|
||||
0xd2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
@ -957,6 +972,19 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x4f, 0xfa, 0x8b, 0xfd, 0x0, 0x0, 0x3b, 0xef,
|
||||
0xd8, 0x10, 0x0,
|
||||
|
||||
/* U+00DB "Û" */
|
||||
0x0, 0x1, 0xdf, 0x90, 0x0, 0x0, 0x2, 0xd7,
|
||||
0x1b, 0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x6, 0xf3, 0x0, 0x0, 0x8, 0xf1, 0x6f, 0x30,
|
||||
0x0, 0x0, 0x8f, 0x16, 0xf3, 0x0, 0x0, 0x8,
|
||||
0xf1, 0x6f, 0x30, 0x0, 0x0, 0x8f, 0x16, 0xf3,
|
||||
0x0, 0x0, 0x8, 0xf1, 0x6f, 0x30, 0x0, 0x0,
|
||||
0x8f, 0x16, 0xf3, 0x0, 0x0, 0x8, 0xf0, 0x5f,
|
||||
0x40, 0x0, 0x0, 0x9f, 0x3, 0xf7, 0x0, 0x0,
|
||||
0xc, 0xd0, 0xd, 0xe2, 0x0, 0x5, 0xf8, 0x0,
|
||||
0x4f, 0xfa, 0x8b, 0xfd, 0x0, 0x0, 0x3b, 0xef,
|
||||
0xd8, 0x10, 0x0,
|
||||
|
||||
/* U+00DC "Ü" */
|
||||
0x0, 0xc, 0x70, 0xc6, 0x0, 0x0, 0x0, 0x84,
|
||||
0x8, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
@ -1069,6 +1097,25 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0xf0, 0x0, 0x8f, 0x0, 0x8, 0xf0, 0x0, 0x8f,
|
||||
0x0, 0x8, 0xf0, 0x0, 0x8f, 0x0,
|
||||
|
||||
/* U+00F6 "ö" */
|
||||
0x0, 0x1e, 0x31, 0xe3, 0x0, 0x0, 0x9, 0x20,
|
||||
0x91, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x3b, 0xef, 0xc4, 0x0, 0x4, 0xfd, 0x87, 0xcf,
|
||||
0x60, 0xe, 0xd0, 0x0, 0xb, 0xf1, 0x3f, 0x60,
|
||||
0x0, 0x3, 0xf5, 0x4f, 0x30, 0x0, 0x1, 0xf7,
|
||||
0x3f, 0x60, 0x0, 0x3, 0xf5, 0xe, 0xd0, 0x0,
|
||||
0xb, 0xf1, 0x4, 0xfd, 0x77, 0xcf, 0x60, 0x0,
|
||||
0x3b, 0xef, 0xc4, 0x0,
|
||||
|
||||
/* U+00FB "û" */
|
||||
0x0, 0x1d, 0xea, 0x0, 0x0, 0x1c, 0x70, 0x9a,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xe0, 0x0,
|
||||
0x2, 0xf5, 0xae, 0x0, 0x0, 0x2f, 0x5a, 0xe0,
|
||||
0x0, 0x2, 0xf5, 0xae, 0x0, 0x0, 0x2f, 0x5a,
|
||||
0xe0, 0x0, 0x2, 0xf5, 0x9f, 0x0, 0x0, 0x4f,
|
||||
0x56, 0xf3, 0x0, 0xa, 0xf5, 0x1e, 0xe7, 0x6b,
|
||||
0xff, 0x50, 0x2b, 0xef, 0xb3, 0xf5,
|
||||
|
||||
/* U+00FC "ü" */
|
||||
0x0, 0xb7, 0xb, 0x70, 0x0, 0x7, 0x40, 0x74,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xe0, 0x0,
|
||||
@ -2148,82 +2195,86 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
{.bitmap_index = 5120, .adv_w = 172, .box_w = 9, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5188, .adv_w = 79, .box_w = 7, .box_h = 15, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 5241, .adv_w = 215, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5339, .adv_w = 202, .box_w = 11, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5422, .adv_w = 202, .box_w = 11, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5505, .adv_w = 173, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5565, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5619, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5673, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5727, .adv_w = 146, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 5781, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5841, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5901, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5961, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6021, .adv_w = 71, .box_w = 6, .box_h = 12, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 6057, .adv_w = 71, .box_w = 5, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6087, .adv_w = 173, .box_w = 9, .box_h = 12, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 6141, .adv_w = 273, .box_w = 17, .box_h = 9, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6218, .adv_w = 80, .box_w = 3, .box_h = 4, .ofs_x = 1, .ofs_y = 3},
|
||||
{.bitmap_index = 6224, .adv_w = 256, .box_w = 16, .box_h = 17, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6360, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6456, .adv_w = 256, .box_w = 16, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6568, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6664, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6730, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6858, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6986, .adv_w = 288, .box_w = 18, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7112, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7240, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7348, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7476, .adv_w = 128, .box_w = 8, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7532, .adv_w = 192, .box_w = 12, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7616, .adv_w = 288, .box_w = 18, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7760, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7856, .adv_w = 176, .box_w = 11, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7944, .adv_w = 224, .box_w = 10, .box_h = 16, .ofs_x = 2, .ofs_y = -2},
|
||||
{.bitmap_index = 8024, .adv_w = 224, .box_w = 14, .box_h = 18, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 8150, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8255, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8353, .adv_w = 224, .box_w = 10, .box_h = 16, .ofs_x = 2, .ofs_y = -2},
|
||||
{.bitmap_index = 8433, .adv_w = 224, .box_w = 16, .box_h = 14, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 8545, .adv_w = 160, .box_w = 10, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8615, .adv_w = 160, .box_w = 10, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8685, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8783, .adv_w = 224, .box_w = 14, .box_h = 4, .ofs_x = 0, .ofs_y = 4},
|
||||
{.bitmap_index = 8811, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8919, .adv_w = 320, .box_w = 20, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9079, .adv_w = 288, .box_w = 20, .box_h = 16, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 9239, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9367, .adv_w = 224, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 9437, .adv_w = 224, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 9507, .adv_w = 320, .box_w = 20, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9647, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9743, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9871, .adv_w = 256, .box_w = 17, .box_h = 17, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 10016, .adv_w = 224, .box_w = 15, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10121, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10233, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10331, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10429, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 10525, .adv_w = 160, .box_w = 12, .box_h = 16, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 10621, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10733, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10845, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 10953, .adv_w = 256, .box_w = 18, .box_h = 18, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 11115, .adv_w = 192, .box_w = 12, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 11211, .adv_w = 320, .box_w = 20, .box_h = 15, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 11361, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11461, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11561, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11661, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11761, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11861, .adv_w = 320, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 12008, .adv_w = 224, .box_w = 12, .box_h = 16, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 12104, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 12216, .adv_w = 256, .box_w = 17, .box_h = 17, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 12361, .adv_w = 320, .box_w = 20, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 12481, .adv_w = 192, .box_w = 12, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 12577, .adv_w = 258, .box_w = 17, .box_h = 11, .ofs_x = 0, .ofs_y = 1}
|
||||
{.bitmap_index = 5339, .adv_w = 215, .box_w = 13, .box_h = 15, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5437, .adv_w = 202, .box_w = 11, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5520, .adv_w = 202, .box_w = 11, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5603, .adv_w = 202, .box_w = 11, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5686, .adv_w = 173, .box_w = 10, .box_h = 12, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 5746, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5800, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5854, .adv_w = 153, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 5908, .adv_w = 146, .box_w = 9, .box_h = 12, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 5962, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6022, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6082, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6142, .adv_w = 157, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6202, .adv_w = 71, .box_w = 6, .box_h = 12, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 6238, .adv_w = 71, .box_w = 5, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6268, .adv_w = 163, .box_w = 10, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6328, .adv_w = 173, .box_w = 9, .box_h = 12, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 6382, .adv_w = 173, .box_w = 9, .box_h = 12, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 6436, .adv_w = 273, .box_w = 17, .box_h = 9, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6513, .adv_w = 80, .box_w = 3, .box_h = 4, .ofs_x = 1, .ofs_y = 3},
|
||||
{.bitmap_index = 6519, .adv_w = 256, .box_w = 16, .box_h = 17, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 6655, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6751, .adv_w = 256, .box_w = 16, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 6863, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 6959, .adv_w = 176, .box_w = 11, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7025, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7153, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7281, .adv_w = 288, .box_w = 18, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7407, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7535, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 7643, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 7771, .adv_w = 128, .box_w = 8, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7827, .adv_w = 192, .box_w = 12, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 7911, .adv_w = 288, .box_w = 18, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8055, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 8151, .adv_w = 176, .box_w = 11, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 8239, .adv_w = 224, .box_w = 10, .box_h = 16, .ofs_x = 2, .ofs_y = -2},
|
||||
{.bitmap_index = 8319, .adv_w = 224, .box_w = 14, .box_h = 18, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 8445, .adv_w = 224, .box_w = 14, .box_h = 15, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8550, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8648, .adv_w = 224, .box_w = 10, .box_h = 16, .ofs_x = 2, .ofs_y = -2},
|
||||
{.bitmap_index = 8728, .adv_w = 224, .box_w = 16, .box_h = 14, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 8840, .adv_w = 160, .box_w = 10, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8910, .adv_w = 160, .box_w = 10, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 8980, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9078, .adv_w = 224, .box_w = 14, .box_h = 4, .ofs_x = 0, .ofs_y = 4},
|
||||
{.bitmap_index = 9106, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 9214, .adv_w = 320, .box_w = 20, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9374, .adv_w = 288, .box_w = 20, .box_h = 16, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 9534, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 9662, .adv_w = 224, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 9732, .adv_w = 224, .box_w = 14, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 9802, .adv_w = 320, .box_w = 20, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 9942, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 10038, .adv_w = 256, .box_w = 16, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10166, .adv_w = 256, .box_w = 17, .box_h = 17, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 10311, .adv_w = 224, .box_w = 15, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10416, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 10528, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10626, .adv_w = 224, .box_w = 14, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 10724, .adv_w = 256, .box_w = 16, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 10820, .adv_w = 160, .box_w = 12, .box_h = 16, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 10916, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 11028, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 11140, .adv_w = 288, .box_w = 18, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 11248, .adv_w = 256, .box_w = 18, .box_h = 18, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 11410, .adv_w = 192, .box_w = 12, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 11506, .adv_w = 320, .box_w = 20, .box_h = 15, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 11656, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11756, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11856, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 11956, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 12056, .adv_w = 320, .box_w = 20, .box_h = 10, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 12156, .adv_w = 320, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 12303, .adv_w = 224, .box_w = 12, .box_h = 16, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 12399, .adv_w = 224, .box_w = 14, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 12511, .adv_w = 256, .box_w = 17, .box_h = 17, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 12656, .adv_w = 320, .box_w = 20, .box_h = 12, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 12776, .adv_w = 192, .box_w = 12, .box_h = 16, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 12872, .adv_w = 258, .box_w = 17, .box_h = 11, .ofs_x = 0, .ofs_y = 1}
|
||||
};
|
||||
|
||||
/*---------------------
|
||||
@ -2232,16 +2283,17 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
|
||||
static const uint16_t unicode_list_1[] = {
|
||||
0x0, 0x10, 0x14, 0x17, 0x18, 0x19, 0x1a, 0x1b,
|
||||
0x1e, 0x24, 0x29, 0x2c, 0x2f, 0x30, 0x32, 0x34,
|
||||
0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e, 0x3f, 0x4c,
|
||||
0xa3, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61,
|
||||
0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78,
|
||||
0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2,
|
||||
0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4,
|
||||
0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015,
|
||||
0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074,
|
||||
0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7,
|
||||
0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2
|
||||
0x1e, 0x24, 0x26, 0x29, 0x2b, 0x2c, 0x2f, 0x30,
|
||||
0x32, 0x34, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e,
|
||||
0x3f, 0x46, 0x4b, 0x4c, 0xa3, 0x1f72, 0xef51, 0xef58,
|
||||
0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c,
|
||||
0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, 0xef9b,
|
||||
0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8,
|
||||
0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb,
|
||||
0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, 0xf037,
|
||||
0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191,
|
||||
0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa,
|
||||
0xf712, 0xf7f2
|
||||
};
|
||||
|
||||
/*Collect the unicode lists and glyph_id offsets*/
|
||||
@ -2253,7 +2305,7 @@ static const lv_font_fmt_txt_cmap_t cmaps[] =
|
||||
},
|
||||
{
|
||||
.range_start = 176, .range_length = 63475, .glyph_id_start = 96,
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 86, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 90, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
}
|
||||
};
|
||||
|
||||
@ -2278,16 +2330,17 @@ static const uint8_t kern_left_class_mapping[] =
|
||||
46, 46, 54, 55, 56, 57, 51, 58,
|
||||
58, 59, 58, 60, 41, 0, 0, 9,
|
||||
61, 23, 23, 25, 26, 26, 26, 26,
|
||||
29, 22, 30, 30, 46, 45, 45, 45,
|
||||
47, 49, 49, 49, 49, 62, 51, 51,
|
||||
49, 9, 0, 0, 0, 0, 0, 0,
|
||||
29, 22, 22, 30, 30, 30, 46, 45,
|
||||
45, 45, 47, 49, 49, 49, 49, 62,
|
||||
51, 46, 51, 51, 49, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Map glyph_ids to kern right classes*/
|
||||
@ -2306,16 +2359,17 @@ static const uint8_t kern_right_class_mapping[] =
|
||||
39, 42, 39, 42, 43, 44, 45, 46,
|
||||
46, 47, 46, 48, 0, 0, 35, 9,
|
||||
49, 24, 24, 23, 25, 25, 25, 25,
|
||||
25, 23, 28, 28, 38, 37, 37, 37,
|
||||
39, 39, 39, 39, 39, 50, 51, 45,
|
||||
39, 9, 0, 0, 0, 0, 0, 0,
|
||||
25, 23, 23, 28, 28, 28, 38, 37,
|
||||
37, 37, 39, 39, 39, 39, 39, 50,
|
||||
51, 39, 45, 45, 39, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Kern values between classes*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
* Size: 24 px
|
||||
* Bpp: 4
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 24 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD9,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_24.c --force-fast-kern-format
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 24 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD6,0xD9,0xDB,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xF6,0xFB,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_24.c --force-fast-kern-format
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
@ -1637,6 +1637,35 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x0, 0x5a, 0xdf, 0xfe, 0xb6, 0x0, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00D6 "Ö" */
|
||||
0x0, 0x0, 0x0, 0x64, 0x0, 0x27, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x4f, 0xf0, 0xd, 0xf7,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0xec, 0x0,
|
||||
0x9f, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x5a, 0xdf, 0xfe, 0xb6, 0x0, 0x0,
|
||||
0x0, 0x0, 0x2, 0xdf, 0xff, 0xff, 0xff, 0xfe,
|
||||
0x40, 0x0, 0x0, 0x5, 0xff, 0xfb, 0x63, 0x35,
|
||||
0xaf, 0xff, 0x70, 0x0, 0x3, 0xff, 0xd3, 0x0,
|
||||
0x0, 0x0, 0x1c, 0xff, 0x50, 0x0, 0xdf, 0xe1,
|
||||
0x0, 0x0, 0x0, 0x0, 0xc, 0xff, 0x10, 0x4f,
|
||||
0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xf7,
|
||||
0x9, 0xfe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0xbf, 0xc0, 0xcf, 0xa0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x8, 0xff, 0xd, 0xf9, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x6f, 0xf0, 0xcf, 0xa0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x9, 0xfd,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xc0,
|
||||
0x5f, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f,
|
||||
0xf7, 0x0, 0xdf, 0xe1, 0x0, 0x0, 0x0, 0x0,
|
||||
0xc, 0xff, 0x10, 0x3, 0xff, 0xd3, 0x0, 0x0,
|
||||
0x0, 0x1c, 0xff, 0x50, 0x0, 0x5, 0xff, 0xfb,
|
||||
0x53, 0x35, 0x9f, 0xff, 0x80, 0x0, 0x0, 0x3,
|
||||
0xdf, 0xff, 0xff, 0xff, 0xfe, 0x40, 0x0, 0x0,
|
||||
0x0, 0x0, 0x5a, 0xdf, 0xfe, 0xb6, 0x0, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00D9 "Ù" */
|
||||
0x0, 0x4, 0x88, 0x20, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x8, 0xfe, 0x30, 0x0, 0x0, 0x0, 0x0,
|
||||
@ -1660,6 +1689,29 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0xff, 0xff, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x17,
|
||||
0xce, 0xfe, 0xc7, 0x10, 0x0,
|
||||
|
||||
/* U+00DB "Û" */
|
||||
0x0, 0x0, 0x0, 0x68, 0x60, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0xaf, 0xef, 0xa0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xbf, 0x80, 0x8f, 0xb0, 0x0, 0x0, 0x0,
|
||||
0x48, 0x40, 0x0, 0x48, 0x40, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0xa, 0xfc, 0x0,
|
||||
0x0, 0x0, 0x0, 0xc, 0xf9, 0xaf, 0xc0, 0x0,
|
||||
0x0, 0x0, 0x0, 0xcf, 0x9a, 0xfc, 0x0, 0x0,
|
||||
0x0, 0x0, 0xc, 0xf9, 0xaf, 0xc0, 0x0, 0x0,
|
||||
0x0, 0x0, 0xcf, 0x9a, 0xfc, 0x0, 0x0, 0x0,
|
||||
0x0, 0xc, 0xf9, 0xaf, 0xc0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xcf, 0x9a, 0xfc, 0x0, 0x0, 0x0, 0x0,
|
||||
0xc, 0xf9, 0xaf, 0xc0, 0x0, 0x0, 0x0, 0x0,
|
||||
0xcf, 0x9a, 0xfc, 0x0, 0x0, 0x0, 0x0, 0xc,
|
||||
0xf9, 0x9f, 0xc0, 0x0, 0x0, 0x0, 0x0, 0xcf,
|
||||
0x99, 0xfd, 0x0, 0x0, 0x0, 0x0, 0xd, 0xf8,
|
||||
0x7f, 0xf0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x63,
|
||||
0xff, 0x50, 0x0, 0x0, 0x0, 0x5f, 0xf2, 0xd,
|
||||
0xfe, 0x10, 0x0, 0x0, 0x1e, 0xfc, 0x0, 0x3f,
|
||||
0xfe, 0x73, 0x23, 0x8e, 0xff, 0x30, 0x0, 0x4f,
|
||||
0xff, 0xff, 0xff, 0xfe, 0x40, 0x0, 0x0, 0x17,
|
||||
0xce, 0xfe, 0xc7, 0x10, 0x0,
|
||||
|
||||
/* U+00DC "Ü" */
|
||||
0x0, 0x0, 0x36, 0x0, 0x6, 0x30, 0x0, 0x0,
|
||||
0x0, 0xe, 0xf6, 0x6, 0xfe, 0x0, 0x0, 0x0,
|
||||
@ -1857,6 +1909,41 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x0, 0xdf, 0x70, 0x0, 0xd, 0xf7, 0x0,
|
||||
0x0, 0xdf, 0x70, 0x0, 0xd, 0xf7, 0x0,
|
||||
|
||||
/* U+00F6 "ö" */
|
||||
0x0, 0x8, 0xf4, 0x2, 0xeb, 0x0, 0x0, 0x0,
|
||||
0xc, 0xf8, 0x5, 0xff, 0x0, 0x0, 0x0, 0x2,
|
||||
0x71, 0x0, 0x64, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x4, 0xad, 0xfe, 0xb5,
|
||||
0x0, 0x0, 0x0, 0xaf, 0xff, 0xff, 0xff, 0xc1,
|
||||
0x0, 0xa, 0xff, 0x93, 0x12, 0x7f, 0xfd, 0x0,
|
||||
0x4f, 0xf6, 0x0, 0x0, 0x3, 0xff, 0x80, 0xaf,
|
||||
0xc0, 0x0, 0x0, 0x0, 0x8f, 0xe0, 0xdf, 0x70,
|
||||
0x0, 0x0, 0x0, 0x3f, 0xf1, 0xff, 0x50, 0x0,
|
||||
0x0, 0x0, 0x1f, 0xf3, 0xdf, 0x70, 0x0, 0x0,
|
||||
0x0, 0x3f, 0xf1, 0xaf, 0xc0, 0x0, 0x0, 0x0,
|
||||
0x8f, 0xe0, 0x4f, 0xf6, 0x0, 0x0, 0x3, 0xff,
|
||||
0x80, 0xa, 0xff, 0x93, 0x12, 0x7f, 0xfd, 0x0,
|
||||
0x0, 0x9f, 0xff, 0xff, 0xff, 0xc1, 0x0, 0x0,
|
||||
0x4, 0xad, 0xfe, 0xb5, 0x0, 0x0,
|
||||
|
||||
/* U+00FB "û" */
|
||||
0x0, 0x0, 0x8f, 0xfa, 0x0, 0x0, 0x0, 0x0,
|
||||
0x9f, 0xba, 0xfa, 0x0, 0x0, 0x0, 0x9f, 0x90,
|
||||
0x7, 0xfa, 0x0, 0x0, 0x2, 0x20, 0x0, 0x1,
|
||||
0x20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0xf, 0xf6, 0x0, 0x0, 0x0, 0x4f, 0xf0, 0xff,
|
||||
0x60, 0x0, 0x0, 0x4, 0xff, 0xf, 0xf6, 0x0,
|
||||
0x0, 0x0, 0x4f, 0xf0, 0xff, 0x60, 0x0, 0x0,
|
||||
0x4, 0xff, 0xf, 0xf6, 0x0, 0x0, 0x0, 0x4f,
|
||||
0xf0, 0xff, 0x60, 0x0, 0x0, 0x4, 0xff, 0xf,
|
||||
0xf6, 0x0, 0x0, 0x0, 0x4f, 0xf0, 0xef, 0x60,
|
||||
0x0, 0x0, 0x5, 0xff, 0xd, 0xf8, 0x0, 0x0,
|
||||
0x0, 0x8f, 0xf0, 0xaf, 0xe0, 0x0, 0x0, 0x1e,
|
||||
0xff, 0x3, 0xff, 0xb2, 0x0, 0x4d, 0xff, 0xf0,
|
||||
0x8, 0xff, 0xff, 0xff, 0xf9, 0xff, 0x0, 0x4,
|
||||
0xbe, 0xfe, 0xa3, 0x2f, 0xf0,
|
||||
|
||||
/* U+00FC "ü" */
|
||||
0x0, 0x2e, 0xb0, 0x9, 0xe3, 0x0, 0x0, 0x5,
|
||||
0xff, 0x0, 0xdf, 0x70, 0x0, 0x0, 0x6, 0x40,
|
||||
@ -3955,82 +4042,86 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
{.bitmap_index = 10487, .adv_w = 257, .box_w = 13, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 10630, .adv_w = 119, .box_w = 10, .box_h = 22, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 10740, .adv_w = 323, .box_w = 19, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 10949, .adv_w = 304, .box_w = 15, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11114, .adv_w = 304, .box_w = 15, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11279, .adv_w = 260, .box_w = 14, .box_h = 18, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11405, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11513, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11621, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11729, .adv_w = 219, .box_w = 12, .box_h = 19, .ofs_x = 1, .ofs_y = -6},
|
||||
{.bitmap_index = 11843, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11960, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12077, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12194, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12311, .adv_w = 107, .box_w = 9, .box_h = 18, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 12392, .adv_w = 107, .box_w = 7, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 12455, .adv_w = 260, .box_w = 13, .box_h = 18, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 12572, .adv_w = 410, .box_w = 24, .box_h = 13, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12728, .adv_w = 121, .box_w = 5, .box_h = 5, .ofs_x = 1, .ofs_y = 4},
|
||||
{.bitmap_index = 12741, .adv_w = 384, .box_w = 24, .box_h = 25, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 13041, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 13257, .adv_w = 384, .box_w = 24, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 13521, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 13737, .adv_w = 264, .box_w = 17, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 13890, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 14178, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 14466, .adv_w = 432, .box_w = 27, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 14763, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 15051, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 15294, .adv_w = 384, .box_w = 24, .box_h = 26, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 15606, .adv_w = 192, .box_w = 12, .box_h = 19, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 15720, .adv_w = 288, .box_w = 18, .box_h = 19, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 15891, .adv_w = 432, .box_w = 27, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 16215, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 16431, .adv_w = 264, .box_w = 17, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 16635, .adv_w = 336, .box_w = 15, .box_h = 22, .ofs_x = 3, .ofs_y = -2},
|
||||
{.bitmap_index = 16800, .adv_w = 336, .box_w = 21, .box_h = 26, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 17073, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 17304, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 17535, .adv_w = 336, .box_w = 15, .box_h = 22, .ofs_x = 3, .ofs_y = -2},
|
||||
{.bitmap_index = 17700, .adv_w = 336, .box_w = 23, .box_h = 22, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 17953, .adv_w = 240, .box_w = 13, .box_h = 22, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 18096, .adv_w = 240, .box_w = 13, .box_h = 22, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 18239, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 18470, .adv_w = 336, .box_w = 21, .box_h = 6, .ofs_x = 0, .ofs_y = 6},
|
||||
{.bitmap_index = 18533, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 18776, .adv_w = 480, .box_w = 31, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 19148, .adv_w = 432, .box_w = 29, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 19496, .adv_w = 384, .box_w = 24, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 19760, .adv_w = 336, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = 2},
|
||||
{.bitmap_index = 19907, .adv_w = 336, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = 2},
|
||||
{.bitmap_index = 20054, .adv_w = 480, .box_w = 31, .box_h = 19, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 20349, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 20565, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 20853, .adv_w = 384, .box_w = 25, .box_h = 25, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 21166, .adv_w = 336, .box_w = 22, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 21408, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 21660, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 21891, .adv_w = 336, .box_w = 21, .box_h = 20, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 22101, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 22317, .adv_w = 240, .box_w = 17, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 22521, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 22773, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 23025, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 23268, .adv_w = 384, .box_w = 26, .box_h = 26, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 23606, .adv_w = 288, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 23822, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 24167, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 24407, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 24647, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 24887, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25127, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25367, .adv_w = 480, .box_w = 31, .box_h = 20, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 25677, .adv_w = 336, .box_w = 19, .box_h = 24, .ofs_x = 1, .ofs_y = -3},
|
||||
{.bitmap_index = 25905, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 26157, .adv_w = 384, .box_w = 25, .box_h = 25, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 26470, .adv_w = 480, .box_w = 30, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 26740, .adv_w = 288, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 26956, .adv_w = 386, .box_w = 25, .box_h = 16, .ofs_x = 0, .ofs_y = 1}
|
||||
{.bitmap_index = 10949, .adv_w = 323, .box_w = 19, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11158, .adv_w = 304, .box_w = 15, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11323, .adv_w = 304, .box_w = 15, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11488, .adv_w = 304, .box_w = 15, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11653, .adv_w = 260, .box_w = 14, .box_h = 18, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 11779, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11887, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 11995, .adv_w = 230, .box_w = 12, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12103, .adv_w = 219, .box_w = 12, .box_h = 19, .ofs_x = 1, .ofs_y = -6},
|
||||
{.bitmap_index = 12217, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12334, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12451, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12568, .adv_w = 235, .box_w = 13, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12685, .adv_w = 107, .box_w = 9, .box_h = 18, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 12766, .adv_w = 107, .box_w = 7, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 12829, .adv_w = 244, .box_w = 14, .box_h = 18, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 12955, .adv_w = 260, .box_w = 13, .box_h = 18, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 13072, .adv_w = 260, .box_w = 13, .box_h = 18, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 13189, .adv_w = 410, .box_w = 24, .box_h = 13, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 13345, .adv_w = 121, .box_w = 5, .box_h = 5, .ofs_x = 1, .ofs_y = 4},
|
||||
{.bitmap_index = 13358, .adv_w = 384, .box_w = 24, .box_h = 25, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 13658, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 13874, .adv_w = 384, .box_w = 24, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 14138, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 14354, .adv_w = 264, .box_w = 17, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 14507, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 14795, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 15083, .adv_w = 432, .box_w = 27, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 15380, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 15668, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 15911, .adv_w = 384, .box_w = 24, .box_h = 26, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 16223, .adv_w = 192, .box_w = 12, .box_h = 19, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 16337, .adv_w = 288, .box_w = 18, .box_h = 19, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 16508, .adv_w = 432, .box_w = 27, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 16832, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 17048, .adv_w = 264, .box_w = 17, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 17252, .adv_w = 336, .box_w = 15, .box_h = 22, .ofs_x = 3, .ofs_y = -2},
|
||||
{.bitmap_index = 17417, .adv_w = 336, .box_w = 21, .box_h = 26, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 17690, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 17921, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 18152, .adv_w = 336, .box_w = 15, .box_h = 22, .ofs_x = 3, .ofs_y = -2},
|
||||
{.bitmap_index = 18317, .adv_w = 336, .box_w = 23, .box_h = 22, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 18570, .adv_w = 240, .box_w = 13, .box_h = 22, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 18713, .adv_w = 240, .box_w = 13, .box_h = 22, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 18856, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 19087, .adv_w = 336, .box_w = 21, .box_h = 6, .ofs_x = 0, .ofs_y = 6},
|
||||
{.bitmap_index = 19150, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 19393, .adv_w = 480, .box_w = 31, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 19765, .adv_w = 432, .box_w = 29, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 20113, .adv_w = 384, .box_w = 24, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 20377, .adv_w = 336, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = 2},
|
||||
{.bitmap_index = 20524, .adv_w = 336, .box_w = 21, .box_h = 14, .ofs_x = 0, .ofs_y = 2},
|
||||
{.bitmap_index = 20671, .adv_w = 480, .box_w = 31, .box_h = 19, .ofs_x = -1, .ofs_y = -1},
|
||||
{.bitmap_index = 20966, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 21182, .adv_w = 384, .box_w = 24, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 21470, .adv_w = 384, .box_w = 25, .box_h = 25, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 21783, .adv_w = 336, .box_w = 22, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 22025, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 22277, .adv_w = 336, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 22508, .adv_w = 336, .box_w = 21, .box_h = 20, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 22718, .adv_w = 384, .box_w = 24, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 22934, .adv_w = 240, .box_w = 17, .box_h = 24, .ofs_x = -1, .ofs_y = -3},
|
||||
{.bitmap_index = 23138, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 23390, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 23642, .adv_w = 432, .box_w = 27, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 23885, .adv_w = 384, .box_w = 26, .box_h = 26, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 24223, .adv_w = 288, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 24439, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 24784, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25024, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25264, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25504, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25744, .adv_w = 480, .box_w = 30, .box_h = 16, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 25984, .adv_w = 480, .box_w = 31, .box_h = 20, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 26294, .adv_w = 336, .box_w = 19, .box_h = 24, .ofs_x = 1, .ofs_y = -3},
|
||||
{.bitmap_index = 26522, .adv_w = 336, .box_w = 21, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 26774, .adv_w = 384, .box_w = 25, .box_h = 25, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 27087, .adv_w = 480, .box_w = 30, .box_h = 18, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 27357, .adv_w = 288, .box_w = 18, .box_h = 24, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 27573, .adv_w = 386, .box_w = 25, .box_h = 16, .ofs_x = 0, .ofs_y = 1}
|
||||
};
|
||||
|
||||
/*---------------------
|
||||
@ -4039,16 +4130,17 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
|
||||
static const uint16_t unicode_list_1[] = {
|
||||
0x0, 0x10, 0x14, 0x17, 0x18, 0x19, 0x1a, 0x1b,
|
||||
0x1e, 0x24, 0x29, 0x2c, 0x2f, 0x30, 0x32, 0x34,
|
||||
0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e, 0x3f, 0x4c,
|
||||
0xa3, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61,
|
||||
0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78,
|
||||
0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2,
|
||||
0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4,
|
||||
0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015,
|
||||
0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074,
|
||||
0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7,
|
||||
0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2
|
||||
0x1e, 0x24, 0x26, 0x29, 0x2b, 0x2c, 0x2f, 0x30,
|
||||
0x32, 0x34, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e,
|
||||
0x3f, 0x46, 0x4b, 0x4c, 0xa3, 0x1f72, 0xef51, 0xef58,
|
||||
0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c,
|
||||
0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, 0xef9b,
|
||||
0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8,
|
||||
0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb,
|
||||
0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, 0xf037,
|
||||
0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191,
|
||||
0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa,
|
||||
0xf712, 0xf7f2
|
||||
};
|
||||
|
||||
/*Collect the unicode lists and glyph_id offsets*/
|
||||
@ -4060,7 +4152,7 @@ static const lv_font_fmt_txt_cmap_t cmaps[] =
|
||||
},
|
||||
{
|
||||
.range_start = 176, .range_length = 63475, .glyph_id_start = 96,
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 86, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 90, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
}
|
||||
};
|
||||
|
||||
@ -4085,16 +4177,17 @@ static const uint8_t kern_left_class_mapping[] =
|
||||
46, 46, 54, 55, 56, 57, 51, 58,
|
||||
58, 59, 58, 60, 41, 0, 0, 9,
|
||||
61, 23, 23, 25, 26, 26, 26, 26,
|
||||
29, 22, 30, 30, 46, 45, 45, 45,
|
||||
47, 49, 49, 49, 49, 62, 51, 51,
|
||||
49, 9, 0, 0, 0, 0, 0, 0,
|
||||
29, 22, 22, 30, 30, 30, 46, 45,
|
||||
45, 45, 47, 49, 49, 49, 49, 62,
|
||||
51, 46, 51, 51, 49, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Map glyph_ids to kern right classes*/
|
||||
@ -4113,16 +4206,17 @@ static const uint8_t kern_right_class_mapping[] =
|
||||
39, 42, 39, 42, 43, 44, 45, 46,
|
||||
46, 47, 46, 48, 0, 0, 35, 9,
|
||||
49, 24, 24, 23, 25, 25, 25, 25,
|
||||
25, 23, 28, 28, 38, 37, 37, 37,
|
||||
39, 39, 39, 39, 39, 50, 51, 45,
|
||||
39, 9, 0, 0, 0, 0, 0, 0,
|
||||
25, 23, 23, 28, 28, 28, 38, 37,
|
||||
37, 37, 39, 39, 39, 39, 39, 50,
|
||||
51, 39, 45, 45, 39, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Kern values between classes*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
* Size: 28 px
|
||||
* Bpp: 4
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 28 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD9,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_28.c --force-fast-kern-format
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 28 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD6,0xD9,0xDB,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xF6,0xFB,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_28.c --force-fast-kern-format
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
@ -2120,6 +2120,43 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x0, 0x0, 0x38, 0xce, 0xff, 0xda, 0x60,
|
||||
0x0, 0x0, 0x0,
|
||||
|
||||
/* U+00D6 "Ö" */
|
||||
0x0, 0x0, 0x0, 0xa, 0xc2, 0x0, 0x7d, 0x40,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf8,
|
||||
0x0, 0xff, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xc, 0xe3, 0x0, 0x9f, 0x60, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x38, 0xce, 0xff, 0xda, 0x60, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x2b, 0xff, 0xff, 0xff,
|
||||
0xff, 0xfe, 0x70, 0x0, 0x0, 0x0, 0x5, 0xff,
|
||||
0xff, 0xda, 0x89, 0xbf, 0xff, 0xfb, 0x10, 0x0,
|
||||
0x0, 0x4f, 0xff, 0xb3, 0x0, 0x0, 0x0, 0x6f,
|
||||
0xff, 0xc0, 0x0, 0x1, 0xef, 0xf8, 0x0, 0x0,
|
||||
0x0, 0x0, 0x2, 0xdf, 0xf9, 0x0, 0x9, 0xff,
|
||||
0xa0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xff,
|
||||
0x20, 0x1f, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x7, 0xff, 0x90, 0x5f, 0xf9, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x1, 0xff, 0xd0, 0x8f,
|
||||
0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0xdf, 0xf0, 0xaf, 0xf3, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0xbf, 0xf2, 0xaf, 0xf3, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xf2,
|
||||
0x8f, 0xf5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xdf, 0xf0, 0x5f, 0xf9, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x1, 0xff, 0xd0, 0x1f, 0xff,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xff,
|
||||
0x90, 0x9, 0xff, 0xa0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x2f, 0xff, 0x20, 0x1, 0xef, 0xf8, 0x0,
|
||||
0x0, 0x0, 0x0, 0x2, 0xdf, 0xf9, 0x0, 0x0,
|
||||
0x4f, 0xff, 0xb3, 0x0, 0x0, 0x0, 0x6f, 0xff,
|
||||
0xc0, 0x0, 0x0, 0x5, 0xff, 0xff, 0xda, 0x89,
|
||||
0xbf, 0xff, 0xfc, 0x10, 0x0, 0x0, 0x0, 0x2b,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0x70, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x38, 0xce, 0xff, 0xda, 0x60,
|
||||
0x0, 0x0, 0x0,
|
||||
|
||||
/* U+00D9 "Ù" */
|
||||
0x0, 0x0, 0x6f, 0xfd, 0x10, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x2, 0xdf, 0xd2, 0x0, 0x0,
|
||||
@ -2151,6 +2188,37 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x0, 0x6, 0xae, 0xff, 0xeb, 0x60, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00DB "Û" */
|
||||
0x0, 0x0, 0x0, 0xb, 0xff, 0xd1, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xbf, 0xdb, 0xfd, 0x10,
|
||||
0x0, 0x0, 0x0, 0x0, 0x1c, 0xfb, 0x0, 0x9f,
|
||||
0xe2, 0x0, 0x0, 0x0, 0x0, 0x58, 0x60, 0x0,
|
||||
0x5, 0x86, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf9, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5, 0x3f, 0xf9,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5, 0x3f,
|
||||
0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5,
|
||||
0x3f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f,
|
||||
0xf5, 0x3f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x6f, 0xf5, 0x3f, 0xf9, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x6f, 0xf5, 0x3f, 0xf9, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x6f, 0xf5, 0x3f, 0xf9, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x6f, 0xf5, 0x3f, 0xf9, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5, 0x3f, 0xf9,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5, 0x3f,
|
||||
0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f, 0xf5,
|
||||
0x3f, 0xf9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x6f,
|
||||
0xf5, 0x2f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x7f, 0xf4, 0xf, 0xfd, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xaf, 0xf2, 0xc, 0xff, 0x20, 0x0, 0x0,
|
||||
0x0, 0x0, 0xef, 0xe0, 0x7, 0xff, 0xa0, 0x0,
|
||||
0x0, 0x0, 0x7, 0xff, 0x90, 0x0, 0xef, 0xf9,
|
||||
0x0, 0x0, 0x0, 0x7f, 0xff, 0x20, 0x0, 0x4f,
|
||||
0xff, 0xea, 0x88, 0xae, 0xff, 0xf5, 0x0, 0x0,
|
||||
0x3, 0xef, 0xff, 0xff, 0xff, 0xfe, 0x40, 0x0,
|
||||
0x0, 0x0, 0x6, 0xae, 0xff, 0xeb, 0x60, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00DC "Ü" */
|
||||
0x0, 0x0, 0x6, 0xd6, 0x0, 0x4d, 0x80, 0x0,
|
||||
0x0, 0x0, 0x0, 0xe, 0xfd, 0x0, 0xbf, 0xf1,
|
||||
@ -2407,6 +2475,51 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x7f, 0xf3, 0x0, 0x0, 0x7f, 0xf3, 0x0,
|
||||
0x0, 0x7f, 0xf3, 0x0,
|
||||
|
||||
/* U+00F6 "ö" */
|
||||
0x0, 0x0, 0xbe, 0x40, 0x8, 0xf7, 0x0, 0x0,
|
||||
0x0, 0x1, 0xff, 0xa0, 0xe, 0xfd, 0x0, 0x0,
|
||||
0x0, 0x0, 0x9d, 0x30, 0x6, 0xd6, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x4a, 0xdf, 0xed, 0x82, 0x0, 0x0,
|
||||
0x0, 0x1b, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0,
|
||||
0x1, 0xef, 0xfe, 0x96, 0x6a, 0xff, 0xfb, 0x0,
|
||||
0xb, 0xff, 0xa0, 0x0, 0x0, 0x1c, 0xff, 0x70,
|
||||
0x3f, 0xfc, 0x0, 0x0, 0x0, 0x1, 0xef, 0xe0,
|
||||
0x8f, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf5,
|
||||
0xbf, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7,
|
||||
0xcf, 0xe0, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xf9,
|
||||
0xbf, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xf7,
|
||||
0x8f, 0xf4, 0x0, 0x0, 0x0, 0x0, 0x8f, 0xf5,
|
||||
0x3f, 0xfc, 0x0, 0x0, 0x0, 0x1, 0xef, 0xe0,
|
||||
0xb, 0xff, 0xa0, 0x0, 0x0, 0x1c, 0xff, 0x70,
|
||||
0x1, 0xdf, 0xfe, 0x96, 0x6a, 0xff, 0xfb, 0x0,
|
||||
0x0, 0x1b, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0,
|
||||
0x0, 0x0, 0x4a, 0xdf, 0xed, 0x92, 0x0, 0x0,
|
||||
|
||||
/* U+00FB "û" */
|
||||
0x0, 0x0, 0x6, 0xff, 0xf3, 0x0, 0x0, 0x0,
|
||||
0x0, 0x5, 0xff, 0xcf, 0xf3, 0x0, 0x0, 0x0,
|
||||
0x5, 0xff, 0x50, 0x7f, 0xf3, 0x0, 0x0, 0x2,
|
||||
0xcc, 0x30, 0x0, 0x5c, 0xb1, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xf1, 0x0,
|
||||
0x0, 0x0, 0x5, 0xff, 0x69, 0xff, 0x10, 0x0,
|
||||
0x0, 0x0, 0x5f, 0xf6, 0x9f, 0xf1, 0x0, 0x0,
|
||||
0x0, 0x5, 0xff, 0x69, 0xff, 0x10, 0x0, 0x0,
|
||||
0x0, 0x5f, 0xf6, 0x9f, 0xf1, 0x0, 0x0, 0x0,
|
||||
0x5, 0xff, 0x69, 0xff, 0x10, 0x0, 0x0, 0x0,
|
||||
0x5f, 0xf6, 0x9f, 0xf1, 0x0, 0x0, 0x0, 0x5,
|
||||
0xff, 0x69, 0xff, 0x10, 0x0, 0x0, 0x0, 0x5f,
|
||||
0xf6, 0x9f, 0xf1, 0x0, 0x0, 0x0, 0x5, 0xff,
|
||||
0x68, 0xff, 0x30, 0x0, 0x0, 0x0, 0x8f, 0xf6,
|
||||
0x5f, 0xf7, 0x0, 0x0, 0x0, 0xe, 0xff, 0x61,
|
||||
0xff, 0xe2, 0x0, 0x0, 0xa, 0xff, 0xf6, 0x8,
|
||||
0xff, 0xe8, 0x44, 0x6d, 0xff, 0xff, 0x60, 0xa,
|
||||
0xff, 0xff, 0xff, 0xfe, 0x5f, 0xf6, 0x0, 0x4,
|
||||
0xae, 0xfe, 0xc7, 0x2, 0xff, 0x60,
|
||||
|
||||
/* U+00FC "ü" */
|
||||
0x0, 0x3, 0xeb, 0x0, 0x1d, 0xd1, 0x0, 0x0,
|
||||
0x0, 0x9f, 0xf2, 0x6, 0xff, 0x60, 0x0, 0x0,
|
||||
@ -5182,82 +5295,86 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
{.bitmap_index = 14171, .adv_w = 300, .box_w = 16, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 14371, .adv_w = 139, .box_w = 11, .box_h = 25, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 14509, .adv_w = 376, .box_w = 22, .box_h = 25, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 14784, .adv_w = 354, .box_w = 18, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15009, .adv_w = 354, .box_w = 18, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15234, .adv_w = 303, .box_w = 16, .box_h = 21, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15402, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 15549, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 15696, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 15843, .adv_w = 256, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = -6},
|
||||
{.bitmap_index = 16001, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16159, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16317, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16475, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16633, .adv_w = 125, .box_w = 10, .box_h = 21, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 16738, .adv_w = 125, .box_w = 8, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 16822, .adv_w = 303, .box_w = 15, .box_h = 21, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 16980, .adv_w = 478, .box_w = 28, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17190, .adv_w = 141, .box_w = 6, .box_h = 6, .ofs_x = 1, .ofs_y = 5},
|
||||
{.bitmap_index = 17208, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 17614, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 17908, .adv_w = 448, .box_w = 28, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 18258, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 18552, .adv_w = 308, .box_w = 20, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 18762, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 19168, .adv_w = 448, .box_w = 27, .box_h = 29, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 19560, .adv_w = 504, .box_w = 32, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 19960, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 20366, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 20702, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 21108, .adv_w = 224, .box_w = 14, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 21269, .adv_w = 336, .box_w = 21, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 21511, .adv_w = 504, .box_w = 32, .box_h = 27, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 21943, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 22237, .adv_w = 308, .box_w = 20, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 22527, .adv_w = 392, .box_w = 18, .box_h = 26, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 22761, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23124, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 23437, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 23750, .adv_w = 392, .box_w = 18, .box_h = 26, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 23984, .adv_w = 392, .box_w = 26, .box_h = 25, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 24309, .adv_w = 280, .box_w = 16, .box_h = 25, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 24509, .adv_w = 280, .box_w = 16, .box_h = 25, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 24709, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 25022, .adv_w = 392, .box_w = 25, .box_h = 7, .ofs_x = 0, .ofs_y = 7},
|
||||
{.bitmap_index = 25110, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 25446, .adv_w = 560, .box_w = 35, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 25954, .adv_w = 504, .box_w = 33, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 26433, .adv_w = 448, .box_w = 28, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 26783, .adv_w = 392, .box_w = 25, .box_h = 15, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 26971, .adv_w = 392, .box_w = 25, .box_h = 15, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 27159, .adv_w = 560, .box_w = 35, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 27544, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 27838, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 28244, .adv_w = 448, .box_w = 29, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 28665, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 28978, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 29341, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 29654, .adv_w = 392, .box_w = 25, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 29942, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 30236, .adv_w = 280, .box_w = 19, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 30512, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 30875, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 31238, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 31574, .adv_w = 448, .box_w = 30, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 32009, .adv_w = 336, .box_w = 21, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 32314, .adv_w = 560, .box_w = 35, .box_h = 26, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 32769, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 33102, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 33435, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 33768, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 34101, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 34434, .adv_w = 560, .box_w = 36, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 34848, .adv_w = 392, .box_w = 22, .box_h = 29, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 35167, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 35530, .adv_w = 448, .box_w = 29, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 35951, .adv_w = 560, .box_w = 35, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 36319, .adv_w = 336, .box_w = 21, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 36624, .adv_w = 451, .box_w = 29, .box_h = 19, .ofs_x = 0, .ofs_y = 1}
|
||||
{.bitmap_index = 14784, .adv_w = 376, .box_w = 22, .box_h = 25, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 15059, .adv_w = 354, .box_w = 18, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15284, .adv_w = 354, .box_w = 18, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15509, .adv_w = 354, .box_w = 18, .box_h = 25, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15734, .adv_w = 303, .box_w = 16, .box_h = 21, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 15902, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16049, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16196, .adv_w = 268, .box_w = 14, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16343, .adv_w = 256, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = -6},
|
||||
{.bitmap_index = 16501, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16659, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16817, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16975, .adv_w = 274, .box_w = 15, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17133, .adv_w = 125, .box_w = 10, .box_h = 21, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 17238, .adv_w = 125, .box_w = 8, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 17322, .adv_w = 284, .box_w = 16, .box_h = 21, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17490, .adv_w = 303, .box_w = 15, .box_h = 21, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17648, .adv_w = 303, .box_w = 15, .box_h = 21, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17806, .adv_w = 478, .box_w = 28, .box_h = 15, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18016, .adv_w = 141, .box_w = 6, .box_h = 6, .ofs_x = 1, .ofs_y = 5},
|
||||
{.bitmap_index = 18034, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 18440, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 18734, .adv_w = 448, .box_w = 28, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 19084, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 19378, .adv_w = 308, .box_w = 20, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 19588, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 19994, .adv_w = 448, .box_w = 27, .box_h = 29, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 20386, .adv_w = 504, .box_w = 32, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 20786, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 21192, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 21528, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 21934, .adv_w = 224, .box_w = 14, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 22095, .adv_w = 336, .box_w = 21, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 22337, .adv_w = 504, .box_w = 32, .box_h = 27, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 22769, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 23063, .adv_w = 308, .box_w = 20, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23353, .adv_w = 392, .box_w = 18, .box_h = 26, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 23587, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23950, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 24263, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 24576, .adv_w = 392, .box_w = 18, .box_h = 26, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 24810, .adv_w = 392, .box_w = 26, .box_h = 25, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 25135, .adv_w = 280, .box_w = 16, .box_h = 25, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 25335, .adv_w = 280, .box_w = 16, .box_h = 25, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 25535, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 25848, .adv_w = 392, .box_w = 25, .box_h = 7, .ofs_x = 0, .ofs_y = 7},
|
||||
{.bitmap_index = 25936, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 26272, .adv_w = 560, .box_w = 35, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 26780, .adv_w = 504, .box_w = 33, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 27259, .adv_w = 448, .box_w = 28, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 27609, .adv_w = 392, .box_w = 25, .box_h = 15, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 27797, .adv_w = 392, .box_w = 25, .box_h = 15, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 27985, .adv_w = 560, .box_w = 35, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 28370, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 28664, .adv_w = 448, .box_w = 28, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 29070, .adv_w = 448, .box_w = 29, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 29491, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 29804, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 30167, .adv_w = 392, .box_w = 25, .box_h = 25, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 30480, .adv_w = 392, .box_w = 25, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 30768, .adv_w = 448, .box_w = 28, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 31062, .adv_w = 280, .box_w = 19, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 31338, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 31701, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 32064, .adv_w = 504, .box_w = 32, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 32400, .adv_w = 448, .box_w = 30, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 32835, .adv_w = 336, .box_w = 21, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 33140, .adv_w = 560, .box_w = 35, .box_h = 26, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 33595, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 33928, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 34261, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 34594, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 34927, .adv_w = 560, .box_w = 35, .box_h = 19, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 35260, .adv_w = 560, .box_w = 36, .box_h = 23, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 35674, .adv_w = 392, .box_w = 22, .box_h = 29, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 35993, .adv_w = 392, .box_w = 25, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 36356, .adv_w = 448, .box_w = 29, .box_h = 29, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 36777, .adv_w = 560, .box_w = 35, .box_h = 21, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 37145, .adv_w = 336, .box_w = 21, .box_h = 29, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 37450, .adv_w = 451, .box_w = 29, .box_h = 19, .ofs_x = 0, .ofs_y = 1}
|
||||
};
|
||||
|
||||
/*---------------------
|
||||
@ -5266,16 +5383,17 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
|
||||
static const uint16_t unicode_list_1[] = {
|
||||
0x0, 0x10, 0x14, 0x17, 0x18, 0x19, 0x1a, 0x1b,
|
||||
0x1e, 0x24, 0x29, 0x2c, 0x2f, 0x30, 0x32, 0x34,
|
||||
0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e, 0x3f, 0x4c,
|
||||
0xa3, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61,
|
||||
0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78,
|
||||
0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2,
|
||||
0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4,
|
||||
0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015,
|
||||
0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074,
|
||||
0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7,
|
||||
0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2
|
||||
0x1e, 0x24, 0x26, 0x29, 0x2b, 0x2c, 0x2f, 0x30,
|
||||
0x32, 0x34, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e,
|
||||
0x3f, 0x46, 0x4b, 0x4c, 0xa3, 0x1f72, 0xef51, 0xef58,
|
||||
0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c,
|
||||
0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, 0xef9b,
|
||||
0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8,
|
||||
0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb,
|
||||
0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, 0xf037,
|
||||
0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191,
|
||||
0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa,
|
||||
0xf712, 0xf7f2
|
||||
};
|
||||
|
||||
/*Collect the unicode lists and glyph_id offsets*/
|
||||
@ -5287,7 +5405,7 @@ static const lv_font_fmt_txt_cmap_t cmaps[] =
|
||||
},
|
||||
{
|
||||
.range_start = 176, .range_length = 63475, .glyph_id_start = 96,
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 86, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 90, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
}
|
||||
};
|
||||
|
||||
@ -5312,16 +5430,17 @@ static const uint8_t kern_left_class_mapping[] =
|
||||
46, 46, 54, 55, 56, 57, 51, 58,
|
||||
58, 59, 58, 60, 41, 0, 0, 9,
|
||||
61, 23, 23, 25, 26, 26, 26, 26,
|
||||
29, 22, 30, 30, 46, 45, 45, 45,
|
||||
47, 49, 49, 49, 49, 62, 51, 51,
|
||||
49, 9, 0, 0, 0, 0, 0, 0,
|
||||
29, 22, 22, 30, 30, 30, 46, 45,
|
||||
45, 45, 47, 49, 49, 49, 49, 62,
|
||||
51, 46, 51, 51, 49, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Map glyph_ids to kern right classes*/
|
||||
@ -5340,16 +5459,17 @@ static const uint8_t kern_right_class_mapping[] =
|
||||
39, 42, 39, 42, 43, 44, 45, 46,
|
||||
46, 47, 46, 48, 0, 0, 35, 9,
|
||||
49, 24, 24, 23, 25, 25, 25, 25,
|
||||
25, 23, 28, 28, 38, 37, 37, 37,
|
||||
39, 39, 39, 39, 39, 50, 51, 45,
|
||||
39, 9, 0, 0, 0, 0, 0, 0,
|
||||
25, 23, 23, 28, 28, 28, 38, 37,
|
||||
37, 37, 39, 39, 39, 39, 39, 50,
|
||||
51, 39, 45, 45, 39, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Kern values between classes*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
* Size: 30 px
|
||||
* Bpp: 4
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 30 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD9,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_30.c --force-fast-kern-format
|
||||
* Opts: --no-compress --no-prefilter --bpp 4 --size 30 --font Montserrat-Medium.ttf -r 0x20-0x7F,0xB0,0x2022,0xC0,0xC4,0xC7,0xC8,0xC9,0xCA,0xCB,0xCE,0xD4,0xD6,0xD9,0xDB,0xDC,0xDF,0xE0,0xE2,0xE4,0xE7-0xEB,0xEE,0xEF,0xF6,0xFB,0xFC,0x153 --font FontAwesome5-Solid+Brands+Regular.woff -r 61441,61448,61451,61452,61452,61453,61457,61459,61461,61465,61468,61473,61478,61479,61480,61502,61507,61512,61515,61516,61517,61521,61522,61523,61524,61543,61544,61550,61552,61553,61556,61559,61560,61561,61563,61587,61589,61636,61637,61639,61641,61664,61671,61674,61683,61724,61732,61787,61931,62016,62017,62018,62019,62020,62087,62099,62212,62189,62810,63426,63650 --format lvgl -o lv_font_montserrat_30.c --force-fast-kern-format
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef LV_LVGL_H_INCLUDE_SIMPLE
|
||||
@ -2340,6 +2340,47 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x9d,
|
||||
0xff, 0xfd, 0xa6, 0x10, 0x0, 0x0, 0x0,
|
||||
|
||||
/* U+00D6 "Ö" */
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f,
|
||||
0xd1, 0x0, 0xaf, 0x80, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0xa, 0xff, 0x50, 0x1f, 0xfe, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4e, 0xc1,
|
||||
0x0, 0x9f, 0x70, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x4, 0x9c, 0xef, 0xfd, 0xa6, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x6e, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0x80, 0x0, 0x0, 0x0, 0x0, 0xbf, 0xff,
|
||||
0xfe, 0xba, 0xbd, 0xff, 0xff, 0xd2, 0x0, 0x0,
|
||||
0x0, 0xcf, 0xff, 0xa3, 0x0, 0x0, 0x2, 0x8f,
|
||||
0xff, 0xe2, 0x0, 0x0, 0xaf, 0xff, 0x50, 0x0,
|
||||
0x0, 0x0, 0x0, 0x3e, 0xff, 0xd0, 0x0, 0x4f,
|
||||
0xff, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2f,
|
||||
0xff, 0x80, 0xc, 0xff, 0x80, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x5f, 0xff, 0x2, 0xff, 0xf0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdf,
|
||||
0xf5, 0x5f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x7, 0xff, 0x98, 0xff, 0x80, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4f, 0xfb,
|
||||
0x8f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x4, 0xff, 0xb8, 0xff, 0x80, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfb, 0x5f,
|
||||
0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x7, 0xff, 0x92, 0xff, 0xf0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xdf, 0xf5, 0xc, 0xff,
|
||||
0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5f,
|
||||
0xff, 0x0, 0x4f, 0xff, 0x40, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x2f, 0xff, 0x80, 0x0, 0xaf, 0xff,
|
||||
0x50, 0x0, 0x0, 0x0, 0x0, 0x3e, 0xff, 0xd0,
|
||||
0x0, 0x0, 0xcf, 0xff, 0xa3, 0x0, 0x0, 0x2,
|
||||
0x8f, 0xff, 0xe2, 0x0, 0x0, 0x1, 0xbf, 0xff,
|
||||
0xfe, 0xba, 0xbd, 0xff, 0xff, 0xd2, 0x0, 0x0,
|
||||
0x0, 0x0, 0x6e, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x5, 0x9d,
|
||||
0xff, 0xfd, 0xa6, 0x10, 0x0, 0x0, 0x0,
|
||||
|
||||
/* U+00D9 "Ù" */
|
||||
0x0, 0x0, 0x2d, 0xff, 0x80, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xa, 0xff, 0x90, 0x0,
|
||||
@ -2375,6 +2416,41 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x2, 0x8c, 0xef, 0xfe, 0xa6, 0x0, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00DB "Û" */
|
||||
0x0, 0x0, 0x0, 0x1, 0xdf, 0xfb, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xef, 0xfb,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf, 0xc1,
|
||||
0x3e, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x1, 0xdf,
|
||||
0xa0, 0x0, 0x1d, 0xfb, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0xf, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x3, 0xff, 0xb0, 0xff, 0xf0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x3f, 0xfb, 0xf, 0xff, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x3, 0xff, 0xb0, 0xff, 0xf0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfb, 0xf,
|
||||
0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3, 0xff,
|
||||
0xb0, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x3f, 0xfb, 0xf, 0xff, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x3, 0xff, 0xb0, 0xff, 0xf0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x3f, 0xfb, 0xf, 0xff, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x3, 0xff, 0xb0, 0xff,
|
||||
0xf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3f, 0xfb,
|
||||
0xf, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3,
|
||||
0xff, 0xb0, 0xff, 0xf0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x3f, 0xfb, 0xf, 0xff, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x3, 0xff, 0xa0, 0xef, 0xf1, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x5f, 0xf9, 0xb, 0xff,
|
||||
0x50, 0x0, 0x0, 0x0, 0x0, 0x8, 0xff, 0x70,
|
||||
0x7f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0x0, 0xef,
|
||||
0xf3, 0x1, 0xff, 0xf5, 0x0, 0x0, 0x0, 0x0,
|
||||
0x9f, 0xfc, 0x0, 0x8, 0xff, 0xf7, 0x0, 0x0,
|
||||
0x2, 0xaf, 0xff, 0x40, 0x0, 0xb, 0xff, 0xff,
|
||||
0xca, 0xbd, 0xff, 0xff, 0x70, 0x0, 0x0, 0x8,
|
||||
0xff, 0xff, 0xff, 0xff, 0xfe, 0x50, 0x0, 0x0,
|
||||
0x0, 0x2, 0x8c, 0xef, 0xfe, 0xa6, 0x0, 0x0,
|
||||
0x0,
|
||||
|
||||
/* U+00DC "Ü" */
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x1e, 0xf3, 0x0, 0x7f,
|
||||
@ -2663,6 +2739,56 @@ static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = {
|
||||
0x0, 0x4f, 0xf9, 0x0, 0x0, 0x4f, 0xf9, 0x0,
|
||||
0x0, 0x4f, 0xf9, 0x0, 0x0, 0x4f, 0xf9, 0x0,
|
||||
|
||||
/* U+00F6 "ö" */
|
||||
0x0, 0x0, 0x5e, 0xb0, 0x0, 0xbf, 0x50, 0x0,
|
||||
0x0, 0x0, 0xc, 0xff, 0x30, 0x3f, 0xfc, 0x0,
|
||||
0x0, 0x0, 0x0, 0x6f, 0xc0, 0x0, 0xcf, 0x60,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x17, 0xce, 0xff,
|
||||
0xc8, 0x10, 0x0, 0x0, 0x0, 0x6f, 0xff, 0xff,
|
||||
0xff, 0xff, 0x70, 0x0, 0x0, 0x9f, 0xff, 0xea,
|
||||
0x8a, 0xef, 0xff, 0xa0, 0x0, 0x6f, 0xff, 0x60,
|
||||
0x0, 0x0, 0x6f, 0xff, 0x60, 0xe, 0xff, 0x50,
|
||||
0x0, 0x0, 0x0, 0x4f, 0xff, 0x15, 0xff, 0xb0,
|
||||
0x0, 0x0, 0x0, 0x0, 0xaf, 0xf6, 0x9f, 0xf5,
|
||||
0x0, 0x0, 0x0, 0x0, 0x5, 0xff, 0xab, 0xff,
|
||||
0x30, 0x0, 0x0, 0x0, 0x0, 0x2f, 0xfc, 0xbf,
|
||||
0xf3, 0x0, 0x0, 0x0, 0x0, 0x2, 0xff, 0xc9,
|
||||
0xff, 0x60, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xfa,
|
||||
0x5f, 0xfb, 0x0, 0x0, 0x0, 0x0, 0xa, 0xff,
|
||||
0x60, 0xef, 0xf5, 0x0, 0x0, 0x0, 0x4, 0xff,
|
||||
0xf1, 0x5, 0xff, 0xf6, 0x0, 0x0, 0x5, 0xff,
|
||||
0xf6, 0x0, 0x9, 0xff, 0xfe, 0x98, 0x9d, 0xff,
|
||||
0xf9, 0x0, 0x0, 0x6, 0xff, 0xff, 0xff, 0xff,
|
||||
0xf7, 0x0, 0x0, 0x0, 0x1, 0x7c, 0xef, 0xfc,
|
||||
0x81, 0x0, 0x0,
|
||||
|
||||
/* U+00FB "û" */
|
||||
0x0, 0x0, 0x0, 0xcf, 0xfd, 0x10, 0x0, 0x0,
|
||||
0x0, 0x0, 0x1c, 0xfe, 0xdf, 0xe2, 0x0, 0x0,
|
||||
0x0, 0x1, 0xdf, 0xc1, 0xa, 0xfe, 0x30, 0x0,
|
||||
0x0, 0xa, 0xc9, 0x0, 0x0, 0x7c, 0xb1, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x5f, 0xf8,
|
||||
0x6f, 0xf7, 0x0, 0x0, 0x0, 0x0, 0x7f, 0xf8,
|
||||
0x5f, 0xfa, 0x0, 0x0, 0x0, 0x0, 0xaf, 0xf8,
|
||||
0x1f, 0xfe, 0x0, 0x0, 0x0, 0x2, 0xff, 0xf8,
|
||||
0xc, 0xff, 0xa0, 0x0, 0x0, 0x2d, 0xff, 0xf8,
|
||||
0x3, 0xff, 0xfe, 0x86, 0x7a, 0xff, 0xef, 0xf8,
|
||||
0x0, 0x5f, 0xff, 0xff, 0xff, 0xfc, 0x4f, 0xf8,
|
||||
0x0, 0x1, 0x8c, 0xff, 0xeb, 0x50, 0x3f, 0xf8,
|
||||
|
||||
/* U+00FC "ü" */
|
||||
0x0, 0x0, 0xbf, 0x50, 0x3, 0xec, 0x10, 0x0,
|
||||
0x0, 0x3, 0xff, 0xc0, 0x9, 0xff, 0x50, 0x0,
|
||||
@ -5832,82 +5958,86 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
{.bitmap_index = 15902, .adv_w = 322, .box_w = 16, .box_h = 27, .ofs_x = 3, .ofs_y = 0},
|
||||
{.bitmap_index = 16118, .adv_w = 149, .box_w = 12, .box_h = 27, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 16280, .adv_w = 403, .box_w = 23, .box_h = 27, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16591, .adv_w = 380, .box_w = 19, .box_h = 27, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 16848, .adv_w = 380, .box_w = 19, .box_h = 27, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17105, .adv_w = 324, .box_w = 17, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17292, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17457, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17622, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 17787, .adv_w = 274, .box_w = 16, .box_h = 23, .ofs_x = 1, .ofs_y = -7},
|
||||
{.bitmap_index = 17971, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18158, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18345, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18532, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18719, .adv_w = 134, .box_w = 10, .box_h = 22, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 18829, .adv_w = 134, .box_w = 8, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 18917, .adv_w = 325, .box_w = 16, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 19093, .adv_w = 512, .box_w = 30, .box_h = 16, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 19333, .adv_w = 151, .box_w = 7, .box_h = 6, .ofs_x = 1, .ofs_y = 6},
|
||||
{.bitmap_index = 19354, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 19835, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 20180, .adv_w = 480, .box_w = 30, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 20585, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 20930, .adv_w = 330, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 21161, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 21626, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 22091, .adv_w = 540, .box_w = 34, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 22550, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23015, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 23406, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23871, .adv_w = 240, .box_w = 15, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 24051, .adv_w = 360, .box_w = 23, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 24327, .adv_w = 540, .box_w = 34, .box_h = 29, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 24820, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 25165, .adv_w = 330, .box_w = 21, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 25491, .adv_w = 420, .box_w = 20, .box_h = 28, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 25771, .adv_w = 420, .box_w = 27, .box_h = 32, .ofs_x = 0, .ofs_y = -5},
|
||||
{.bitmap_index = 26203, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 26568, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 26933, .adv_w = 420, .box_w = 20, .box_h = 28, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 27213, .adv_w = 420, .box_w = 28, .box_h = 27, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 27591, .adv_w = 300, .box_w = 17, .box_h = 27, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 27821, .adv_w = 300, .box_w = 17, .box_h = 27, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 28051, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 28416, .adv_w = 420, .box_w = 27, .box_h = 7, .ofs_x = 0, .ofs_y = 8},
|
||||
{.bitmap_index = 28511, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 28902, .adv_w = 600, .box_w = 38, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 29491, .adv_w = 540, .box_w = 36, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 30049, .adv_w = 480, .box_w = 30, .box_h = 28, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 30469, .adv_w = 420, .box_w = 26, .box_h = 17, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 30690, .adv_w = 420, .box_w = 26, .box_h = 17, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 30911, .adv_w = 600, .box_w = 38, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 31367, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 31712, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 32177, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 32658, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 33023, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 33442, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 33807, .adv_w = 420, .box_w = 27, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 34131, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 34476, .adv_w = 300, .box_w = 20, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 34786, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 35205, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 35624, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 36015, .adv_w = 480, .box_w = 32, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 36511, .adv_w = 360, .box_w = 23, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 36868, .adv_w = 600, .box_w = 38, .box_h = 28, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 37400, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 37780, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 38160, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 38540, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 38920, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 39300, .adv_w = 600, .box_w = 38, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 39756, .adv_w = 420, .box_w = 24, .box_h = 31, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 40128, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 40547, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 41028, .adv_w = 600, .box_w = 38, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 41465, .adv_w = 360, .box_w = 23, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 41822, .adv_w = 483, .box_w = 31, .box_h = 20, .ofs_x = 0, .ofs_y = 1}
|
||||
{.bitmap_index = 16591, .adv_w = 403, .box_w = 23, .box_h = 27, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 16902, .adv_w = 380, .box_w = 19, .box_h = 27, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17159, .adv_w = 380, .box_w = 19, .box_h = 27, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17416, .adv_w = 380, .box_w = 19, .box_h = 27, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17673, .adv_w = 324, .box_w = 17, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 17860, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18025, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18190, .adv_w = 287, .box_w = 15, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18355, .adv_w = 274, .box_w = 16, .box_h = 23, .ofs_x = 1, .ofs_y = -7},
|
||||
{.bitmap_index = 18539, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18726, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 18913, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 19100, .adv_w = 294, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 19287, .adv_w = 134, .box_w = 10, .box_h = 22, .ofs_x = -1, .ofs_y = 0},
|
||||
{.bitmap_index = 19397, .adv_w = 134, .box_w = 8, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 19485, .adv_w = 305, .box_w = 17, .box_h = 22, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 19672, .adv_w = 325, .box_w = 16, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 19848, .adv_w = 325, .box_w = 16, .box_h = 22, .ofs_x = 2, .ofs_y = 0},
|
||||
{.bitmap_index = 20024, .adv_w = 512, .box_w = 30, .box_h = 16, .ofs_x = 1, .ofs_y = 0},
|
||||
{.bitmap_index = 20264, .adv_w = 151, .box_w = 7, .box_h = 6, .ofs_x = 1, .ofs_y = 6},
|
||||
{.bitmap_index = 20285, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 20766, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 21111, .adv_w = 480, .box_w = 30, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 21516, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 21861, .adv_w = 330, .box_w = 21, .box_h = 22, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 22092, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 22557, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23022, .adv_w = 540, .box_w = 34, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 23481, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 23946, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 24337, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 24802, .adv_w = 240, .box_w = 15, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 24982, .adv_w = 360, .box_w = 23, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 25258, .adv_w = 540, .box_w = 34, .box_h = 29, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 25751, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 26096, .adv_w = 330, .box_w = 21, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 26422, .adv_w = 420, .box_w = 20, .box_h = 28, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 26702, .adv_w = 420, .box_w = 27, .box_h = 32, .ofs_x = 0, .ofs_y = -5},
|
||||
{.bitmap_index = 27134, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 27499, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 27864, .adv_w = 420, .box_w = 20, .box_h = 28, .ofs_x = 3, .ofs_y = -3},
|
||||
{.bitmap_index = 28144, .adv_w = 420, .box_w = 28, .box_h = 27, .ofs_x = -1, .ofs_y = -2},
|
||||
{.bitmap_index = 28522, .adv_w = 300, .box_w = 17, .box_h = 27, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 28752, .adv_w = 300, .box_w = 17, .box_h = 27, .ofs_x = 1, .ofs_y = -2},
|
||||
{.bitmap_index = 28982, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 29347, .adv_w = 420, .box_w = 27, .box_h = 7, .ofs_x = 0, .ofs_y = 8},
|
||||
{.bitmap_index = 29442, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 29833, .adv_w = 600, .box_w = 38, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 30422, .adv_w = 540, .box_w = 36, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 30980, .adv_w = 480, .box_w = 30, .box_h = 28, .ofs_x = 0, .ofs_y = -3},
|
||||
{.bitmap_index = 31400, .adv_w = 420, .box_w = 26, .box_h = 17, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 31621, .adv_w = 420, .box_w = 26, .box_h = 17, .ofs_x = 0, .ofs_y = 3},
|
||||
{.bitmap_index = 31842, .adv_w = 600, .box_w = 38, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 32298, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 32643, .adv_w = 480, .box_w = 30, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 33108, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 33589, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 33954, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 34373, .adv_w = 420, .box_w = 27, .box_h = 27, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 34738, .adv_w = 420, .box_w = 27, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 35062, .adv_w = 480, .box_w = 30, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 35407, .adv_w = 300, .box_w = 20, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 35717, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 36136, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 36555, .adv_w = 540, .box_w = 34, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 36946, .adv_w = 480, .box_w = 32, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 37442, .adv_w = 360, .box_w = 23, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 37799, .adv_w = 600, .box_w = 38, .box_h = 28, .ofs_x = 0, .ofs_y = -2},
|
||||
{.bitmap_index = 38331, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 38711, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 39091, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 39471, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 39851, .adv_w = 600, .box_w = 38, .box_h = 20, .ofs_x = 0, .ofs_y = 1},
|
||||
{.bitmap_index = 40231, .adv_w = 600, .box_w = 38, .box_h = 24, .ofs_x = 0, .ofs_y = -1},
|
||||
{.bitmap_index = 40687, .adv_w = 420, .box_w = 24, .box_h = 31, .ofs_x = 1, .ofs_y = -4},
|
||||
{.bitmap_index = 41059, .adv_w = 420, .box_w = 27, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 41478, .adv_w = 480, .box_w = 31, .box_h = 31, .ofs_x = -1, .ofs_y = -4},
|
||||
{.bitmap_index = 41959, .adv_w = 600, .box_w = 38, .box_h = 23, .ofs_x = 0, .ofs_y = 0},
|
||||
{.bitmap_index = 42396, .adv_w = 360, .box_w = 23, .box_h = 31, .ofs_x = 0, .ofs_y = -4},
|
||||
{.bitmap_index = 42753, .adv_w = 483, .box_w = 31, .box_h = 20, .ofs_x = 0, .ofs_y = 1}
|
||||
};
|
||||
|
||||
/*---------------------
|
||||
@ -5916,16 +6046,17 @@ static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
|
||||
|
||||
static const uint16_t unicode_list_1[] = {
|
||||
0x0, 0x10, 0x14, 0x17, 0x18, 0x19, 0x1a, 0x1b,
|
||||
0x1e, 0x24, 0x29, 0x2c, 0x2f, 0x30, 0x32, 0x34,
|
||||
0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e, 0x3f, 0x4c,
|
||||
0xa3, 0x1f72, 0xef51, 0xef58, 0xef5b, 0xef5c, 0xef5d, 0xef61,
|
||||
0xef63, 0xef65, 0xef69, 0xef6c, 0xef71, 0xef76, 0xef77, 0xef78,
|
||||
0xef8e, 0xef93, 0xef98, 0xef9b, 0xef9c, 0xef9d, 0xefa1, 0xefa2,
|
||||
0xefa3, 0xefa4, 0xefb7, 0xefb8, 0xefbe, 0xefc0, 0xefc1, 0xefc4,
|
||||
0xefc7, 0xefc8, 0xefc9, 0xefcb, 0xefe3, 0xefe5, 0xf014, 0xf015,
|
||||
0xf017, 0xf019, 0xf030, 0xf037, 0xf03a, 0xf043, 0xf06c, 0xf074,
|
||||
0xf0ab, 0xf13b, 0xf190, 0xf191, 0xf192, 0xf193, 0xf194, 0xf1d7,
|
||||
0xf1e3, 0xf23d, 0xf254, 0xf4aa, 0xf712, 0xf7f2
|
||||
0x1e, 0x24, 0x26, 0x29, 0x2b, 0x2c, 0x2f, 0x30,
|
||||
0x32, 0x34, 0x37, 0x38, 0x39, 0x3a, 0x3b, 0x3e,
|
||||
0x3f, 0x46, 0x4b, 0x4c, 0xa3, 0x1f72, 0xef51, 0xef58,
|
||||
0xef5b, 0xef5c, 0xef5d, 0xef61, 0xef63, 0xef65, 0xef69, 0xef6c,
|
||||
0xef71, 0xef76, 0xef77, 0xef78, 0xef8e, 0xef93, 0xef98, 0xef9b,
|
||||
0xef9c, 0xef9d, 0xefa1, 0xefa2, 0xefa3, 0xefa4, 0xefb7, 0xefb8,
|
||||
0xefbe, 0xefc0, 0xefc1, 0xefc4, 0xefc7, 0xefc8, 0xefc9, 0xefcb,
|
||||
0xefe3, 0xefe5, 0xf014, 0xf015, 0xf017, 0xf019, 0xf030, 0xf037,
|
||||
0xf03a, 0xf043, 0xf06c, 0xf074, 0xf0ab, 0xf13b, 0xf190, 0xf191,
|
||||
0xf192, 0xf193, 0xf194, 0xf1d7, 0xf1e3, 0xf23d, 0xf254, 0xf4aa,
|
||||
0xf712, 0xf7f2
|
||||
};
|
||||
|
||||
/*Collect the unicode lists and glyph_id offsets*/
|
||||
@ -5937,7 +6068,7 @@ static const lv_font_fmt_txt_cmap_t cmaps[] =
|
||||
},
|
||||
{
|
||||
.range_start = 176, .range_length = 63475, .glyph_id_start = 96,
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 86, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
.unicode_list = unicode_list_1, .glyph_id_ofs_list = NULL, .list_length = 90, .type = LV_FONT_FMT_TXT_CMAP_SPARSE_TINY
|
||||
}
|
||||
};
|
||||
|
||||
@ -5962,16 +6093,17 @@ static const uint8_t kern_left_class_mapping[] =
|
||||
46, 46, 54, 55, 56, 57, 51, 58,
|
||||
58, 59, 58, 60, 41, 0, 0, 9,
|
||||
61, 23, 23, 25, 26, 26, 26, 26,
|
||||
29, 22, 30, 30, 46, 45, 45, 45,
|
||||
47, 49, 49, 49, 49, 62, 51, 51,
|
||||
49, 9, 0, 0, 0, 0, 0, 0,
|
||||
29, 22, 22, 30, 30, 30, 46, 45,
|
||||
45, 45, 47, 49, 49, 49, 49, 62,
|
||||
51, 46, 51, 51, 49, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Map glyph_ids to kern right classes*/
|
||||
@ -5990,16 +6122,17 @@ static const uint8_t kern_right_class_mapping[] =
|
||||
39, 42, 39, 42, 43, 44, 45, 46,
|
||||
46, 47, 46, 48, 0, 0, 35, 9,
|
||||
49, 24, 24, 23, 25, 25, 25, 25,
|
||||
25, 23, 28, 28, 38, 37, 37, 37,
|
||||
39, 39, 39, 39, 39, 50, 51, 45,
|
||||
39, 9, 0, 0, 0, 0, 0, 0,
|
||||
25, 23, 23, 28, 28, 28, 38, 37,
|
||||
37, 37, 39, 39, 39, 39, 39, 50,
|
||||
51, 39, 45, 45, 39, 9, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0
|
||||
0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0
|
||||
};
|
||||
|
||||
/*Kern values between classes*/
|
||||
|
Loading…
Reference in New Issue
Block a user