1
0
Fork 0

Allow the default GUI font to be set via properties.

This commit is contained in:
curt 2002-06-29 13:07:25 +00:00
parent 51d3edaafa
commit 79a7c1c9ce

View file

@ -994,7 +994,7 @@ void guiInit()
}
// Install our fast fonts
fntpath.append( "typewriter.txf" );
fntpath.append(fgGetString("/sim/font", "typewriter.txf"));
guiFntHandle = new fntTexFont ;
guiFntHandle -> load ( (char *)fntpath.c_str() ) ;
puFont GuiFont ( guiFntHandle, 15 ) ;