Browse Source

add angle to allow text rotation

pre-master-46
Holger Vogt 6 years ago
parent
commit
0dfe8a22ad
  1. 2
      src/frontend/hpgl.c

2
src/frontend/hpgl.c

@ -250,6 +250,8 @@ int GL_Arc(int x0, int y0, int r, double theta, double delta_theta)
int GL_Text(char *text, int x, int y, int angle)
{
NG_IGNORE(angle);
/* move to (x, y) */
NG_IGNORE(angle);

Loading…
Cancel
Save