I’m trying to get TextRenderer to obey a clipping rectangle, but it seems to ignore both the
gl.glScissor(x,y,w,h); gl.glEnable(GL.GL_SCISSOR_TEST);
and the
java.awt.Graphics.setClip(x,y,w,h);
functions.
Is clipping actually possible with TextRenderer? If so, how is it done?
Thanks,
- Ben