draw_string_clipped 2694 core/gui.c                 draw_string_clipped(camera_screen.disp_left, camera_screen.height-FONT_HEIGHT, script_title, user_color(conf.menu_color), w);
draw_string_clipped 1251 core/gui_draw.c     return draw_string_clipped(x, y, s, cl, camera_screen.width);
draw_string_clipped 1286 core/gui_draw.c     l = draw_string_clipped(x+xo, y, s, cl, max_width - xo) - x;
draw_string_clipped  126 core/gui_draw.h extern int  draw_string_clipped(coord x, coord y, const char *s, twoColors cl, int max_width);