Login  Register

Re: TextRenderer - my text won't show

Posted by chakie on Aug 08, 2013; 11:13am
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029762.html

Yeah, it became clear that there is a new and an old one. I can't seem to find any docs for the new one anywhere. The best I've seen so far is this example used as a test case:

http://forum.jogamp.org/file/n4029530/TestTextRendering.java

The demos in

https://github.com/sgothel/jogl/tree/master/src/test/com/jogamp/opengl/test/junit/graph/demos

also seem to use the new class, but these unit tests are exceptionally hard to follow and they also don't document the parameters. I'd rather avoid doing too much trial and error.