Index: dimension.c =================================================================== --- dimension.c (revision 36693) +++ dimension.c (revision 36694) @@ -216,7 +216,7 @@ /* text */ if (rnd_safe_snprintf(ttmp, sizeof(ttmp), RND_SAFEPRINT_COORD_ONLY | 1, dim->fmt, (rnd_coord_t)dim->len) < 0) strcpy(ttmp, ""); - t = pcb_text_new(ly, pcb_font_old(PCB, 0, 0), 0, 0, 0, 100, 0, ttmp, pcb_flag_make(0)); + t = pcb_text_new(ly, pcb_font(PCB, 0, 0), 0, 0, 0, 100, 0, ttmp, pcb_flag_make(0)); tx = t->BoundingBox.X2 - t->BoundingBox.X1; ty = t->BoundingBox.Y2 - t->BoundingBox.Y1;