On 01/19/2014 12:57 PM, Dispatch [via jogamp] wrote:
> Hi,
>
> While trying out test rendering I noticed that the demos
> com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 and
> com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo02 are looking for a
> font file that is not there.
Lately we have moved the fonts outside of
jar/jogl-all.jar
to
jar/atomic/jogl-fonts-p0.jar
See:
src/jogl/classes/jogamp/graph/font/UbuntuFontLoader.java:
private static final String jarName = "jogl-fonts-p0.jar" ;
Explicit: jnlp-files/jogl-applet-runner-newt-GraphTextDemo01b-napplet.html
jar/atomic/jogl-fonts-p0.jar
Implicit: jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-napplet.html
i.e. loads 'jar/atomic/jogl-fonts-p0.jar' from same location as class files.
~Sven