Index: obj_text_draw.h =================================================================== --- obj_text_draw.h (revision 17275) +++ obj_text_draw.h (revision 17276) @@ -53,3 +53,5 @@ /* lowlevel text bounding box calculation */ pcb_coord_t pcb_text_width(pcb_font_t *font, int scale, const unsigned char *string); +pcb_coord_t pcb_text_height(pcb_font_t *font, int scale, const unsigned char *string); +