Searched refs:char_height (Results 1 – 4 of 4) sorted by relevance
76 *y = font->char_height; in gr_font_size()209 bold = bold && (font->texture->height != font->char_height); in gr_text()216 if (outside(x, y) || outside(x + font->char_width - 1, y + font->char_height - 1)) break; in gr_text()224 (bold ? font->char_height * font->texture->row_bytes : 0); in gr_text()228 font->char_height); in gr_text()378 font->char_height = font->texture->height / 2; in gr_init_font()
89 int char_height; member
72 size_t initial_selection, int char_height, const DrawInterface& draw_funcs) in TextMenu() argument79 char_height_(char_height) { in TextMenu()552 int line_spacing = gr_sys_font()->char_height; // Put some extra space between images. in SelectAndShowBackgroundText()
110 size_t initial_selection, int char_height, const DrawInterface& draw_funcs);