From: R.M. L. <u8...@cs...> - 2002-04-16 10:21:07
|
I've looked at several pages on the web and the glf demo on the gl4java site, but does anyone know how it is possible to change the actual size of the font? Is it actually possible? When i'm drawing my text i currently have: gl.glPushMatrix(); gl.glColor3f(0.0f,0.0f,0.0f); glf.glfDraw3DSolidStringF(fTimesNew1,"Event"); gl.glTranslatef(0.0f,-1.4f,0.0f); glf.glfDraw3DSolidStringF(fTimesNew1,"Age"); gl.glTranslatef(0.0f,-1.4f,0.0f); glf.glfDraw3DSolidStringF(fTimesNew1,"Date"); gl.glTranslatef(0.0f,-1.4f,0.0f); glf.glfDraw3DSolidStringF(fTimesNew1,"Parish"); gl.glTranslatef(0.0f,-1.4f,0.0f); gl.glPopMatrix(); Is it possible to set the font, any ideas, currently it displays too big. (Btw this is the last hurdle in my project). Thanks again, Mark. |