Hi there!
I’m new to JOGL and I’m trying to draw text to a canvas using GLUT.glutBitmapString(int, String).
I’ve seen the old class method was glutBitmapString(GL, int, String). How shall I use the new method without passing the GL parameter?
Thanks in advance.