Game Development Community

Fonts dont scale

by Howard Dortch · in Torque Game Engine · 01/29/2007 (6:54 pm) · 2 replies

When I change screen resolutions the fonts stay the same size. Any way to make them size to screen resolution?

// used by guiTextControl
modal = true;
justify = "left";
autoSizeWidth = true; <<<<<<<< Broke ?
autoSizeHeight = true;

#1
01/29/2007 (7:01 pm)
Bitmap fonts.
#2
01/29/2007 (7:26 pm)
So it is broke and I have to write my own font class in the engine..../sigh
Don't suppose there is a resource out there?