Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Im drawing text that can be rotated. But how can I scale the glutStrokeString as you can not select the size.
Gl.glRotatef(angle, 0, 1, 0); Gl.glTranslatef(-600, 0, -400); len = Dmsg.Count(); Glut.glutStrokeString(Glut.GLUT\_STROKE\_ROMAN, Dstg);