]> git.lyx.org Git - features.git/blobdiff - src/frontends/Application.h
This commit introduces the FontLoader interface class. In the future, I intend to...
[features.git] / src / frontends / Application.h
index 0959020230e5611236345ef550f9a8ce8b62238c..d9589f8078d11dfde3b000a9867c43c9b8186675 100644 (file)
@@ -27,6 +27,7 @@ namespace frontend {
 
 struct Application_pimpl;
 class Clipboard;
+class FontLoader;
 class Gui;
 class Selection;
 
@@ -65,6 +66,8 @@ public:
        virtual Clipboard & clipboard() = 0;
        ///
        virtual Selection & selection() = 0;
+       ///
+       virtual FontLoader & fontLoader() = 0;
 
        /// return a suitable serif font name.
        virtual std::string const romanFontName() = 0;