I downloaded the play fonts from here http://www.fontsquirrel.com/fonts/play in TTF format. The bold one works fine, but the regular one can't find any glyphs when trying to draw: java.lang.RuntimeException: Could not retrieve glyph for symbol: <T> 84 -> glyph id 0 at jogamp.graph.font.typecast.TypecastFont.getGlyph(TypecastFont.java:200) at com.jogamp.graph.curve.opengl.TextRegionUtil.processString(TextRegionUtil.java:123) at com.jogamp.graph.curve.opengl.TextRegionUtil.addStringToRegion(TextRegionUtil.java:153) at com.jogamp.graph.curve.opengl.TextRegionUtil.drawString3D(TextRegionUtil.java:182) This happens to most of TTF fonts I tried.
Created attachment 689 [details] Example of a problematic font
Resolved with latest changes. Sorry for not having used Bugzilla for this matter.