Advertisement

How can I change the size of OutlineFonts ?

Started by February 10, 2001 08:26 AM
0 comments, last by THCForce 24 years ago
Hi there! I''ve tried to change the size of some outline fonts by giving other values for height and width in the "CreateFont" procedure (using nehe''s tutorial #14). But the actual fonts displayed are always the same size. Who can help............???
At Night it''s colder than Outside
glScalef() usually does the trick..

using glScalef(0.5,0.5,0.5) halves the size of the text, though much more may be necessary.

This topic is closed to new replies.

Advertisement