CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    10

    How to create text on screen with OpenGL?

    I have the vc++ 6 compiler and I was wondering how do you use the OpenGL functions to print text to the screen.
    Also then how do you make it so that when you click on the text it goes to a new screen with more text on it.
    If you can tell me how to do this or give me a web site where I can find this besides opengl.org I would appreciate it.
    Could you make sure that the code doesn't use glut of any other library that don't originally come with the vc++ 6 compiler.
    THANKS IN ADVANCE.


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: How to create text on screen with OpenGL?

    Use wglUseFontBitmaps, glListbase and related funcitions... you'll find them in your VC++ documentation on OpenGL


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured