font: remove box_x_ofs_min/max

This commit is contained in:
Gabor Kiss-Vamosi
2019-05-27 15:26:09 +02:00
parent 0aeff32442
commit bf667f747b

View File

@@ -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*/
/*