Advertisement

tutor 14

Started by September 26, 2002 11:16 AM
1 comment, last by pathetiq 22 years, 5 months ago
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
PM Times change... Excuse my poor english!
Advertisement
yeah thanks,im using Scaling now,the Height parameter is ignored by wglUseFontOutlines().

This topic is closed to new replies.

Advertisement