Searched refs:string_width (Results 1 – 1 of 1) sorted by relevance
150 int16_t string_width; in mf_render_aligned() local211 int16_t string_width; in mf_render_aligned() local220 string_width = mf_get_string_width(font, text, count, false); in mf_render_aligned()221 x0 -= string_width / 2; in mf_render_aligned()271 int16_t string_width, adjustment; in mf_render_justified() local284 string_width = mf_get_string_width(font, text, count, false); in mf_render_justified()285 adjustment = width - string_width; in mf_render_justified()
Completed in 5 milliseconds