Re: Text without AWT?
Posted by
jmaasing on
Mar 02, 2017; 7:45am
URL: https://forum.jogamp.org/Text-without-AWT-tp4037684p4037716.html
adi wrote
Thanks für your Hints.
I will test the TextRegionUtil than as a separate 3D Object
in a scenegraph in my own opengl 4.5 Renderer, so i need no
old fixed pipeline commands for positioning.
The TextRegionUtil class ist only für 3D and not for 2D designed?
What does is the variable 'sampleCount' do?
I have loaded an own ttf font,
but with maven dependencies for Ubunto font there are problems to load with maven:
I use this:
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.3.2</version>
</dependency>
an got the error:
File not found in maven Repo org\jogamp\jogl\jogl-all\2.3.2\atomic\jogl-fonts-p0.jar
Your POM file is broken but we can't help you fix it because you don't show it to us.
These are the dependecies from jogl-all-main
[INFO] +- org.jogamp.jogl:jogl-all-main:jar:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-android-aarch64:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-android-armv6:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-linux-amd64:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-linux-armv6:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-linux-armv6hf:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-linux-i586:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-macosx-universal:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-solaris-amd64:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-solaris-i586:2.3.2:compile
[INFO] | +- org.jogamp.jogl:jogl-all:jar:natives-windows-amd64:2.3.2:compile
[INFO] | \- org.jogamp.jogl:jogl-all:jar:natives-windows-i586:2.3.2:compile