From 5200760829de306d792e886925beb9669af3115a Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 25 Mar 2020 10:59:47 +0100 Subject: [PATCH] Adjust baseline --- src/unscii_8_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unscii_8_icon.c b/src/unscii_8_icon.c index d859911a..424550d8 100644 --- a/src/unscii_8_icon.c +++ b/src/unscii_8_icon.c @@ -502,7 +502,7 @@ lv_font_t unscii_8_icon = { .get_glyph_dsc = lv_font_get_glyph_dsc_fmt_txt, /*Function pointer to get glyph's data*/ .get_glyph_bitmap = lv_font_get_bitmap_fmt_txt, /*Function pointer to get glyph's bitmap*/ .line_height = 16, /*The maximum line height required by the font*/ - .base_line = 2, /*Baseline measured from the bottom of the line*/ + .base_line = 0, /*Baseline measured from the bottom of the line*/ #if !(LVGL_VERSION_MAJOR == 6 && LVGL_VERSION_MINOR == 0) .subpx = LV_FONT_SUBPX_NONE, #endif