Searched refs:out_font (Results 1 – 1 of 1) sorted by relevance
220 lv_font_t * out_font = (lv_font_t *)TTF_MALLOC(sizeof(lv_font_t)); in lv_tiny_ttf_create() local221 if(out_font == NULL) { in lv_tiny_ttf_create()225 lv_memset(out_font, 0, sizeof(lv_font_t)); in lv_tiny_ttf_create()226 out_font->get_glyph_dsc = ttf_get_glyph_dsc_cb; in lv_tiny_ttf_create()227 out_font->get_glyph_bitmap = ttf_get_glyph_bitmap_cb; in lv_tiny_ttf_create()228 out_font->dsc = dsc; in lv_tiny_ttf_create()229 lv_tiny_ttf_set_size(out_font, font_size); in lv_tiny_ttf_create()230 return out_font; in lv_tiny_ttf_create()