tutor 14
font = CreateFont( -12, // Height Of Font
i can change this value to whatever i want....but the size of the font dosnt change...
someone knows why?
I think I know why.
This
CreateFont(12 // ???)
does not help.
When you are rendering:
glPrint(...);
Do:
glScalef(2.0f, 2.0f, 2.0f); // Or another numbers
glPrint(...);
I hope it will help you...
PM
This
CreateFont(12 // ???)
does not help.
When you are rendering:
glPrint(...);
Do:
glScalef(2.0f, 2.0f, 2.0f); // Or another numbers
glPrint(...);
I hope it will help you...
PM
PM Times change...
Excuse my poor english!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement