1
0
Fork 0

Read the desired menu font from the property system (or default to

typewriter.txf if it's not specified.)
This commit is contained in:
curt 2002-09-07 14:16:06 +00:00
parent 2da005377e
commit 5598d2735a

View file

@ -190,7 +190,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 ) ;