diff --git a/sch2fig/fig.c b/sch2fig/fig.c index d9f2ef5..156ced7 100644 --- a/sch2fig/fig.c +++ b/sch2fig/fig.c @@ -96,6 +96,11 @@ void fig_label(int x, int y, const char *s, int dir, int dim, txt.hor = text_min; dy = 1; break; + case 1: /* up */ + txt.rot = 90; + txt.hor = text_min; + dx = 1; + break; case 2: /* left */ txt.rot = 0; txt.hor = text_max;