Index: trunk/src_plugins/io_pads/read_high.c =================================================================== --- trunk/src_plugins/io_pads/read_high.c (revision 34624) +++ trunk/src_plugins/io_pads/read_high.c (revision 34625) @@ -322,7 +322,7 @@ if ((res = pads_read_coord(rctx, &h)) <= 0) return res; if ((res = pads_read_coord(rctx, &w)) <= 0) return res; -TODO("w is really thickness"); +TODO("w is really thickness; requires powerpcb to check"); /* next field is either mirror (M or N) or hjust */ if ((res = pads_read_word(rctx, hjust, sizeof(hjust), 0)) <= 0) return res; @@ -354,7 +354,7 @@ else rnd_trace("\n"); - TODO("This should rather use font height"); + TODO("This should rather use font height; requires powerpcb to check"); scale = (double)w/RND_MM_TO_COORD(1.0) * 100.0 * 8; if (is_label) { @@ -368,7 +368,7 @@ } } - TODO("do not ignore text alignment"); + TODO("do not ignore text alignment; requires powerpcb to check"); text = pcb_dlcr_text_new(&rctx->dlcr, x+xo, y+yo+w*9, rot, scale, 0, str, (is_label ? PCB_FLAG_FLOATER : 0) | flg); text->loc_line = rctx->line; if (in_subc) {