mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
make base_line signed
This commit is contained in:
@@ -75,7 +75,7 @@ typedef struct _lv_font_struct
|
|||||||
|
|
||||||
/*Pointer to the font in a font pack (must have the same line height)*/
|
/*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 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 base_line; /**< Base line measured from the top of the line_height*/
|
||||||
uint8_t subpx :2; /**< An element of `lv_font_subpx_t`*/
|
uint8_t subpx :2; /**< An element of `lv_font_subpx_t`*/
|
||||||
void * dsc; /**< Store implementation specific or run_time data or caching here*/
|
void * dsc; /**< Store implementation specific or run_time data or caching here*/
|
||||||
#if LV_USE_USER_DATA
|
#if LV_USE_USER_DATA
|
||||||
|
|||||||
Reference in New Issue
Block a user