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