Layout of a 3D text rendered with TextRenderer
Posted by Martin on Feb 28, 2021; 9:52am
URL: https://forum.jogamp.org/Layout-of-a-3D-text-rendered-with-TextRenderer-tp4041023.html
Hi,
I am using TextRenderer which is working well, thanks!
I would like to apply left/right horizontal align to a text. I did it myself for 2D text, but doing it for 3D may require to customize the implementation of TextRenderer. Before doing so, I would like to ask if anybody did it before and has a suggestion for existing code to share?
Best