Re: Scaling text using TextRenderer
Posted by
Qu0ll on
Aug 05, 2010; 11:07pm
URL: https://forum.jogamp.org/Scaling-text-using-TextRenderer-tp1027606p1028047.html
Demoscene Passivist wrote
If u want that level of control I would suggest using TextureRenderer class directly instead of using it thru the TextRenderer interface. That would give u full Java2D and OpenGL control.
Thanks D.P., I'll have a look into your suggestion.