Easy font-rendering?

Hi,

Is there an easy and yet flexible way to render fonts using jogl? I know I could build fonts from texture files or I could use the fonts embedded into glut. However, both ways seem limited to me. Is there a library or something (free as in speech?) I could use to generate font-bitmaps from within my jogl - program?

Thank you so much
----- Martin -----

try java.awt.Graphics2D.drawString().

What about to use True Type Fonts ?

:slight_smile: