From 0b12f934ecf07525796ed444de4ce2add26b7814 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 2 Dec 2019 09:16:47 +0100 Subject: [PATCH] lv_font.h add update comments --- src/lv_font/lv_font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_font/lv_font.h b/src/lv_font/lv_font.h index e6433b892..50be635b4 100644 --- a/src/lv_font/lv_font.h +++ b/src/lv_font/lv_font.h @@ -77,7 +77,7 @@ typedef struct _lv_font_struct 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*/ uint8_t subpx :2; /**< An element of `lv_font_subpx_t`*/ - void * dsc; /**< Store implementation specific data here*/ + void * dsc; /**< Store implementation specific or run_time data or caching here*/ #if LV_USE_USER_DATA lv_font_user_data_t user_data; /**< Custom user data for font. */ #endif