diff --git a/sch2fig/fig.c b/sch2fig/fig.c index 27e902f..b45c9f6 100644 --- a/sch2fig/fig.c +++ b/sch2fig/fig.c @@ -178,6 +178,11 @@ void fig_glabel(int x, int y, const char *s, int dir, int dim, box = flip_box(box); anchor_right = !anchor_right; break; + case 3: /* down */ + txt.rot = 90; + txt.hor = text_max; + dx = -1; + break; default: assert(0); }