mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
Revert base_line change
This commit is contained in:
parent
eb6c9f85c4
commit
8ab5c9a6b0
@ -220,7 +220,7 @@ bool lv_ft_font_init(lv_ft_info_t* info)
|
||||
font->get_glyph_dsc = get_glyph_dsc_cb;
|
||||
font->get_glyph_bitmap = get_glyph_bitmap_cb;
|
||||
font->line_height = ((dsc->face->size->metrics.ascender - dsc->face->size->metrics.descender ) >> 6);
|
||||
font->base_line = ((-dsc->face->size->metrics.descender ) >> 6);
|
||||
font->base_line = -((dsc->face->size->metrics.descender ) >> 6);
|
||||
font->subpx = LV_FONT_SUBPX_NONE;
|
||||
font->underline_position = dsc->face->underline_position;
|
||||
font->underline_thickness = dsc->face->underline_thickness;
|
||||
|
Loading…
x
Reference in New Issue
Block a user