]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
Read the desired menu font from the property system (or default to
[flightgear.git] / src / GUI / gui.cxx
index f0e40a9a44666b894f13ed0095f2387b37372c74..8dd66e826e327976d5c987012f499f6ad2180649 100644 (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 ) ;