Login  Register

Re: Text without AWT?

Posted by Xerxes Rånby on Mar 01, 2017; 9:29am
URL: https://forum.jogamp.org/Text-without-AWT-tp4037684p4037703.html

adi wrote
Thanks,
i use shader with
#version 450 core
no fixed pipeline.
Does this also work?
It will work.
The Graph API TextRegionUtil only work on modern OpenGL/ES systems with a programmable pipeline like your system.
OpenGL 2 / OpenGL ES 2 and above, desktop and mobile, is supported.