Fast antialiased vector fonts

Hi everybody,



i was looking for fast method to draw 2D vector fonts but the current implementation seems to be restricted to bitmap fonts.



Are there any plans for something like com.sun.opengl.util.j2d.TextRenderer? Perhaps it would be possible to use TextRenderer with the new jogl backend?



Sorry if i missed a previous post on this topic.



cheers

Hi,



Have you seen Font3D and Text3D? You can use it as 2D!



Try Test3DFlatText