Allow the default GUI font to be set via properties.
This commit is contained in:
parent
51d3edaafa
commit
79a7c1c9ce
1 changed files with 1 additions and 1 deletions
|
@ -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 ) ;
|
||||
|
|
Loading…
Reference in a new issue