Creating 3D object

how do i create a three dimensional letter J ?

like this

   ___
  /__/|
  |  | |

__ | | |
/_/| | | |
\ \/ //
_
___//

For Windows, look up this function – wglUseFontOutlines.

Also, look here: http://www.opengl.org/developers/faqs/technical.html#indx0170

gametutorials.com has a great 3D font class. check it out.

b