]> git.lyx.org Git - features.git/blobdiff - src/frontends/gtk/GuiApplication.C
This commit creates a new "frontends/lyx_gui.C" that contains all functions that...
[features.git] / src / frontends / gtk / GuiApplication.C
index 5877d15ef39f5d65883874eeddcb08c536789062..431fec949138551b1cc01183e83be43b244a5ff5 100644 (file)
@@ -104,5 +104,23 @@ void GuiApplication::exit(int /*status*/)
 }
 
 
+string const GuiApplication::romanFontName()
+{
+       return "times";
+}
+
+
+string const GuiApplication::sansFontName()
+{
+       return "helvetica";
+}
+
+
+string const GuiApplication::typewriterFontName()
+{
+       return "courier";
+}
+
+
 } // namespace frontend
 } // namespace lyx