max_chars        1301 core/gui_draw.c int text_dimensions(const char *s, int width, int max_chars, int *max_lines)
max_chars        1323 core/gui_draw.c     if (width > max_chars) width = max_chars;
max_chars        1332 core/gui_draw.c int draw_text_justified(coord x, coord y, const char *s, twoColors cl, int max_chars, int max_lines, int justification)
max_chars        1340 core/gui_draw.c         rx = draw_string_justified(x, y, s, cl, 0, max_chars*FONT_WIDTH, justification);
max_chars         124 core/gui_draw.h extern int  text_dimensions(const char *s, int width, int max_chars, int *max_lines);
max_chars         129 core/gui_draw.h extern int  draw_text_justified(coord x, coord y, const char *s, twoColors cl, int max_chars, int max_lines, int justification);