Hello Guest

Outline Fonts

  • 3 Replies
  • 6918 Views
Outline Fonts
« on: May 04, 2006, 19:57:22 »
Hey,

in NeHe's lesson 14 he uses some wglUseFontOutlines Windows openGL function to create an outline font.

Is there a way to do this in lwjgl?

Thank you very much

hmmmmmmm...
« Reply #1 on: May 05, 2006, 19:26:32 »
I don't think so (Someone can correct me on this :lol: )

Edit: Actually, you might be able to use Java lower-level font handling stuff to do something like that.

Edit: Doing some more digging, this might be what you want: http://lwjgl.org/forum/viewtopic.php?t=1430
Programmers will, one day, rule the world... and the world won't notice until its too late.Just testing the marquee option ;D

Outline Fonts
« Reply #2 on: May 06, 2006, 15:51:42 »
Okay, but for example gl4java provides a function called glfDraw3DSolidStringF() or with JoGL you can use renderStrokeString()....

hmmmmmmm...
« Reply #3 on: May 08, 2006, 15:49:12 »
There is nothing like that in LWJGL, sorry
Programmers will, one day, rule the world... and the world won't notice until its too late.Just testing the marquee option ;D