From bf667f747b68a92f1f88c2c59d1e7861207a0f15 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 27 May 2019 15:26:09 +0200 Subject: [PATCH] font: remove box_x_ofs_min/max --- src/lv_misc/lv_font.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lv_misc/lv_font.h b/src/lv_misc/lv_font.h index 7b34b603e..b77409319 100644 --- a/src/lv_misc/lv_font.h +++ b/src/lv_misc/lv_font.h @@ -68,8 +68,6 @@ typedef struct _lv_font_struct /*Pointer to the font in a font pack (must have the same line height)*/ uint8_t line_height; /*The real line height where any text fits*/ uint8_t base_line; /*Base line measured from the top of the line_height*/ - int8_t box_x_ofs_min; /*Smallest glyph box X offset*/ - int8_t box_x_ofs_max; /*Greatest glyph box X offset*/ void * dsc; /*Store implementation specific data here*/ /*