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;
// used by guiTextControl
modal = true;
justify = "left";
autoSizeWidth = true; <<<<<<<< Broke ?
autoSizeHeight = true;
#2
Don't suppose there is a resource out there?
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?
Torque Owner Chris Byars
Ion Productions