Question about glPrint
Using essientially the same code for the font as the code in Lesson 32, I've been trying to figure out how to make the font size bigger, how would i go about doing this?
[edited by - Inferno on October 10, 2003 11:51:47 PM]
"I can only show you the door, your the one who has to walk through it." -Morpheus
glScalef(sizeX, sizeY, 1.0f);
1.0 for sizeX and sizeY is normal size, 2.0 is double size ...
1.0 for sizeX and sizeY is normal size, 2.0 is double size ...
PM Times change...
Excuse my poor english!
quote:
Original post by PM
glScalef(sizeX, sizeY, 1.0f);
1.0 for sizeX and sizeY is normal size, 2.0 is double size ...
sweet thanks, I thought there was a Scale function.
"I can only show you the door, your the one who has to walk through it." -Morpheus
Be aware that normal vectors are not automatically rescaled when using glScale. This will affect the lighting intensity on the text. See this article, and search for the section entitled ''Improperly Scaling Normals for Lighting''.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement