Searched defs:font_family (Results 1 – 3 of 3) sorted by relevance
125 static const char * get_font_path(const char * font_family) in get_font_path()
179 lv_font_t * lv_font_manager_create_font(lv_font_manager_t * manager, const char * font_family, uint… in lv_font_manager_create_font()
619 const char * font_family = (LV_ARRAY_GET(&svg_node->attrs, 1, lv_svg_attr_t))->value.sval; in testTextAttrs() local