How to do Outline fonts in LWJGL?

Hey i want to get some cool out line fonts in lwjgl, but not sure how to get around the native windows code used in the nehe lesson14.

Could use use java.awt.Font.createGlyphVector() > getGlyphOutline() > getPathIterator() > render each point into GL_POLYGON?

What is the best way to get good outline fonts?
Sick of my crappy textured fonts.

Im really new to lwjgl, so any advice no matter how stupid. :slight_smile:
thanks,harley.

That’s the kind of thing.
I think you want to use the GLU tesselator to actually create triangle lists (ie. solid shapes) out of the outlines. But how that works is beyond me coz I’ve never done it before.

Cas :slight_smile: