Login  Register

Re: What is the status of font rendering with JOGL?

Posted by Xerxes Rånby on May 29, 2019; 3:37pm
URL: https://forum.jogamp.org/What-is-the-status-of-font-rendering-with-JOGL-tp4039805p4039812.html

To test the Jogamp JOGL font rendering i have made a small test program and compile script:

git clone https://github.com/xranby/jogamp-forum-examples
cd jogamp-forum-examples/src/main/java
sh fetch-jogamp-build-and-run.sh



The font rendering is working on single board computers such as the raspbnerry pi.
Here tested on a Raspberry Pisystem with a 7" TFT
raspi-config i have selected G2 GL (Fake KMS) OpenGL desktop driver with fake KMS
For this to work with the current jogamp release i had to remove /opt/vc/lib from the library search path
mv /opt/vc /opt/vc2