Index: draw_fontsel.c =================================================================== --- draw_fontsel.c (revision 30941) +++ draw_fontsel.c (revision 30942) @@ -125,7 +125,7 @@ t = dtext(x, *y, 200, f->id, buf); pcb_text_bbox(pcb_font(PCB, f->id, 1), t); - *y += pcb_round(PCB_COORD_TO_MM(t->BoundingBox.Y2 - t->BoundingBox.Y1) + 0.5); + *y += rnd_round(PCB_COORD_TO_MM(t->BoundingBox.Y2 - t->BoundingBox.Y1) + 0.5); if (font_coords < MAX_FONT) { font_coord[font_coords].y1 = y_old;