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