Index: act_draw.c =================================================================== --- act_draw.c (revision 36687) +++ act_draw.c (revision 36688) @@ -185,7 +185,7 @@ if ((data != pcb->Data) || (layer == NULL)) return 0; - font = pcb_font(pcb, fontid, 0); + font = pcb_font_old(pcb, fontid, 0); if (font != NULL) { flags = pcb_strflg_s2f(sflg, flg_error, NULL, 0); text = pcb_text_new(layer, font, x, y, rot, scale, th, str, flags);