draw_string_justified   96 core/console.c                 draw_string_justified(x, y - c * FONT_HEIGHT, buf, col, 0, console_line_length * FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
draw_string_justified  228 core/console.c         draw_string_justified(x, y, "Console - press SET to close", col, 0, w*FONT_WIDTH, TEXT_CENTER); //title text
draw_string_justified  235 core/console.c             draw_string_justified(x-1, y + c * FONT_HEIGHT, console_buf[i], col, 0, w * FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
draw_string_justified 2687 core/gui.c             w = draw_string_justified(camera_screen.disp_left, camera_screen.height-FONT_HEIGHT,
draw_string_justified 1340 core/gui_draw.c         rx = draw_string_justified(x, y, s, cl, 0, max_chars*FONT_WIDTH, justification);
draw_string_justified  128 core/gui_draw.h extern int  draw_string_justified(coord x, coord y, const char *s, twoColors cl, int xo, int max_width, int justification);
draw_string_justified   99 core/gui_mbox.c         draw_string_justified(x, y, mbox_title, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, w*FONT_WIDTH, TEXT_CENTER); //title text
draw_string_justified  184 core/gui_mbox.c     draw_string_justified(x, y+2, msg, MAKE_COLOR(COLOR_GREY, COLOR_WHITE), 0, w, TEXT_CENTER); //title text
draw_string_justified  204 modules/games/gui_4wins.c     draw_string_justified(x, y + 4, text, cl, 0, w, TEXT_CENTER);
draw_string_justified  275 modules/games/gui_4wins.c     draw_string_justified(x, 4 * FONT_HEIGHT, (mode_rival == 1) ? lang_str(LANG_CONNECT4_HUMAN) : "cam", TEXT_COLOR, 0, 12 * FONT_WIDTH, TEXT_LEFT | TEXT_FILL);
draw_string_justified  273 modules/games/gui_mastermind.c     draw_string_justified(camera_screen.disp_left, camera_screen.height-FONT_HEIGHT,
draw_string_justified  424 modules/games/gui_reversi.c     draw_string_justified(camera_screen.disp_left, camera_screen.height-FONT_HEIGHT,
draw_string_justified  456 modules/games/gui_sokoban.c     draw_string_justified(camera_screen.disp_left, camera_screen.height-FONT_HEIGHT,
draw_string_justified  764 modules/gui_fselect.c             draw_string_justified(main_x, main_y, fselect_title, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, main_w, TEXT_CENTER|TEXT_FILL);
draw_string_justified  868 modules/gui_fselect.c             draw_string_justified(main_x, off_body_y, dbuf, cl_marked, SPACING, main_w-SCROLLBAR, TEXT_LEFT|TEXT_FILL);
draw_string_justified  902 modules/gui_fselect.c         draw_string_justified(main_x, foot_y, dbuf, MAKE_COLOR(COLOR_GREY, COLOR_WHITE), SPACING, main_w, TEXT_LEFT|TEXT_FILL);
draw_string_justified   86 modules/gui_mpopup.c         draw_string_justified(mpopup_actions_x, y, lang_str(actions[mpopup_actions[i]].text), cl, FONT_WIDTH, mpopup_actions_w*FONT_WIDTH+1, TEXT_LEFT|TEXT_FILL);
draw_string_justified  227 modules/gui_read.c         draw_string_justified(camera_screen.disp_left, 0, buffer, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, 20*FONT_WIDTH, TEXT_LEFT|TEXT_FILL); //title infoline
draw_string_justified  212 modules/gui_tbox.c         draw_string_justified(text_offset_x, text_offset_y, text+offset, MAKE_COLOR(COLOR_BLACK, COLOR_WHITE), 0, fldlen*FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
draw_string_justified  130 modules/module_exportlist.c             draw_string_justified