View Full Version : A Fast Easy 2d Text Command?
31337
11-15-2002, 07:37 PM
What command can I use to display 2 dimensional text on the screen with only 3 parameters, the x, the y, and the message? Does anybody know of what I speak of? Thanks
gumby
11-16-2002, 09:20 AM
If you use glut you can write a 3 line function to do this using glutBitmapCharacter.
nexusone
11-17-2002, 02:53 AM
Look at some of my programs on my website, i have a simple 2d text routine:
Sprint(x,y,text)
http://www.angelfire.com/linux/nexusone/
Originally posted by 31337:
What command can I use to display 2 dimensional text on the screen with only 3 parameters, the x, the y, and the message? Does anybody know of what I speak of? Thanks
31337
11-17-2002, 11:07 AM
thanks for your help guys, unfortuneatly niether of your solutions are applicable as I'm not using glut http://www.opengl.org/discussion_boards/ubb/frown.gif
Powered by vBulletin® Version 4.2.3 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.