add angle to allow text rotation
This commit is contained in:
parent
697facdc30
commit
0dfe8a22ad
|
|
@ -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)
|
int GL_Text(char *text, int x, int y, int angle)
|
||||||
{
|
{
|
||||||
|
NG_IGNORE(angle);
|
||||||
|
|
||||||
/* move to (x, y) */
|
/* move to (x, y) */
|
||||||
NG_IGNORE(angle);
|
NG_IGNORE(angle);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue