Searched refs:get_font (Results 1 – 1 of 1) sorted by relevance
62 static inline const struct mb_image *get_font(char ch) in get_font() function148 return get_font(' '); in current_img()152 return get_font(disp->str[disp->cur_img]); in current_img()162 return get_font(disp->str[0]); in next_img()164 return get_font(disp->str[disp->cur_img + 1]); in next_img()166 return get_font(' '); in next_img()174 return get_font(' '); in next_img()272 return start_image(disp, get_font(' ')); in start_scroll()280 return start_image(disp, get_font(disp->str[0])); in start_single()