Searched refs:char_width_ (Results 1 – 2 of 2) sorted by relevance
655 size_t text_cols = (ScreenWidth() - x * 2) / char_width_; in DrawWrappedTextLines()875 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()877 text_cols_ = (ScreenWidth() - margin_width_ * 2) / char_width_; in InitTextParams()
401 int char_width_; variable