refactor(draw): use draw buf for label (#5056)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
@@ -483,7 +483,7 @@ void test_freetype_outline_rendering_test(void)
|
||||
lv_font_get_glyph_dsc(font_italic, &g, 0x9F98, '\0');
|
||||
|
||||
const lv_ll_t * outline_data;
|
||||
outline_data = (lv_ll_t *)lv_font_get_glyph_bitmap(font_italic, &g, 0x9F98, NULL);
|
||||
outline_data = (lv_ll_t *)lv_font_get_glyph_bitmap(&g, 0x9F98, NULL);
|
||||
|
||||
uint32_t i = 0;
|
||||
lv_freetype_outline_event_param_t * param;
|
||||
|
||||
Reference in New Issue
Block a user