Index: obj_text.h =================================================================== --- obj_text.h (revision 34006) +++ obj_text.h (revision 34007) @@ -122,6 +122,9 @@ Returns false if has a rounding error greater than 0.5 deg */ rnd_bool pcb_text_old_direction(int *dir_out, double rot); +/* Return the minimum width the text object needs to have on a specific layer */ +rnd_coord_t pcb_text_min_thickness(pcb_layer_t *layer); + /* hash and eq */ int pcb_text_eq(const pcb_host_trans_t *tr1, const pcb_text_t *t1, const pcb_host_trans_t *tr2, const pcb_text_t *t2); unsigned int pcb_text_hash(const pcb_host_trans_t *tr, const pcb_text_t *t);