FTGLPixmapFont is not rendered with the color set by glColor. I believe it should be. quick fix was in FTPixmapFont.cpp, line 100: -glGetFloatv(GL_CURRENT_RASTER_COLOR, ftglColour); +glGetFloatv(GL_CURRENT_COLOR, ftglColour);
I'm not sure this is not the expected behaviour, since FTPixmapFont is implemented using GL bitmaps. Aren't you experiencing the issue described here: http://www.felixgers.de/teaching/jogl/bitmapColor.html ?
Log in to post a comment.
I'm not sure this is not the expected behaviour, since FTPixmapFont is implemented using GL bitmaps. Aren't you experiencing the issue described here: http://www.felixgers.de/teaching/jogl/bitmapColor.html ?