mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
minor fixes in symbol fonts
This commit is contained in:
parent
0ff6026df8
commit
429a188318
@ -2836,13 +2836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_10_glyph_dsc[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
lv_font_t lv_font_symbol_10 = {
|
lv_font_t lv_font_symbol_10 = {
|
||||||
#if LV_TXT_UTF8
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
||||||
#else
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
|
||||||
#endif
|
|
||||||
.h_px = 10, /*Font height in pixels*/
|
.h_px = 10, /*Font height in pixels*/
|
||||||
.glyph_bitmap = lv_font_symbol_10_glyph_bitmap, /*Bitmap of glyphs*/
|
.glyph_bitmap = lv_font_symbol_10_glyph_bitmap, /*Bitmap of glyphs*/
|
||||||
.glyph_dsc = lv_font_symbol_10_glyph_dsc, /*Description of glyphs*/
|
.glyph_dsc = lv_font_symbol_10_glyph_dsc, /*Description of glyphs*/
|
||||||
|
@ -4836,13 +4836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_20_glyph_dsc[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
lv_font_t lv_font_symbol_20 = {
|
lv_font_t lv_font_symbol_20 = {
|
||||||
#if LV_TXT_UTF8
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
||||||
#else
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
|
||||||
#endif
|
|
||||||
.h_px = 20, /*Font height in pixels*/
|
.h_px = 20, /*Font height in pixels*/
|
||||||
.glyph_bitmap = lv_font_symbol_20_glyph_bitmap, /*Bitmap of glyphs*/
|
.glyph_bitmap = lv_font_symbol_20_glyph_bitmap, /*Bitmap of glyphs*/
|
||||||
.glyph_dsc = lv_font_symbol_20_glyph_dsc, /*Description of glyphs*/
|
.glyph_dsc = lv_font_symbol_20_glyph_dsc, /*Description of glyphs*/
|
||||||
|
@ -6835,13 +6835,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_30_glyph_dsc[] = {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
lv_font_t lv_font_symbol_30 = {
|
lv_font_t lv_font_symbol_30 = {
|
||||||
#if LV_TXT_UTF8
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
||||||
#else
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
|
||||||
#endif
|
|
||||||
.h_px = 30, /*Font height in pixels*/
|
.h_px = 30, /*Font height in pixels*/
|
||||||
.glyph_bitmap = lv_font_symbol_30_glyph_bitmap, /*Bitmap of glyphs*/
|
.glyph_bitmap = lv_font_symbol_30_glyph_bitmap, /*Bitmap of glyphs*/
|
||||||
.glyph_dsc = lv_font_symbol_30_glyph_dsc, /*Description of glyphs*/
|
.glyph_dsc = lv_font_symbol_30_glyph_dsc, /*Description of glyphs*/
|
||||||
|
@ -8836,13 +8836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_40_glyph_dsc[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
lv_font_t lv_font_symbol_40 = {
|
lv_font_t lv_font_symbol_40 = {
|
||||||
#if LV_TXT_UTF8
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
||||||
#else
|
|
||||||
.unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/
|
|
||||||
.unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/
|
|
||||||
#endif
|
|
||||||
.h_px = 40, /*Font height in pixels*/
|
.h_px = 40, /*Font height in pixels*/
|
||||||
.glyph_bitmap = lv_font_symbol_40_glyph_bitmap, /*Bitmap of glyphs*/
|
.glyph_bitmap = lv_font_symbol_40_glyph_bitmap, /*Bitmap of glyphs*/
|
||||||
.glyph_dsc = lv_font_symbol_40_glyph_dsc, /*Description of glyphs*/
|
.glyph_dsc = lv_font_symbol_40_glyph_dsc, /*Description of glyphs*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user