bottom 470 lib/font/rbf_font.c int right = x+len-1, bottom = y+rbf_font_height()-1; bottom 476 lib/font/rbf_font.c draw_line(x+i, y+2-i, x+i, bottom, BG_COLOR(cl)); // left side bottom 477 lib/font/rbf_font.c draw_line(right-i, y+2-i, right-i, bottom, BG_COLOR(cl)); // right side bottom 481 lib/font/rbf_font.c draw_rectangle(x+i, y, x+ll-1, bottom, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED); // left side bottom 482 lib/font/rbf_font.c draw_rectangle(right-lr, y, right-i, bottom, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED); // right side bottom 163 tools/font_8x16_pack.c int bottom = 0; bottom 165 tools/font_8x16_pack.c for (j=15; j>=top && orig_font_data[i].data[j] == 0; j--) { bottom++; } bottom 170 tools/font_8x16_pack.c bottom++; bottom 185 tools/font_8x16_pack.c font_data[f++] = (top << 4) | bottom; bottom 187 tools/font_8x16_pack.c printf("/*%04x*/ 0x%02x,", orig_font_data[i].charcode, (top << 4) | bottom); bottom 189 tools/font_8x16_pack.c for (j=top; j<16-bottom; j++)