Login  Register

Re: Scaling text using TextRenderer

Posted by Demoscene Passivist on Aug 05, 2010; 11:00pm
URL: https://forum.jogamp.org/Scaling-text-using-TextRenderer-tp1027606p1028026.html

As far as my personal experience with the TextRenderer class goes u can't get that kind of flexibility. 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.