]> git.lyx.org Git - features.git/blobdiff - src/frontends/gtk/GuiApplication.h
This commit introduces the FontLoader interface class. In the future, I intend to...
[features.git] / src / frontends / gtk / GuiApplication.h
index 6526729786666b0591ce502af42f406a186ee9a7..0ffaa0b4b4a620103901c82eb472adc568a89f3b 100644 (file)
@@ -50,6 +50,7 @@ public:
        //@{
        virtual Clipboard& clipboard();
        virtual Selection& selection();
+       virtual FontLoader & fontLoader() { return font_loader_; }
        virtual int const exec();
        virtual Gui & gui() { return gui_; }
        virtual void exit(int status);
@@ -59,7 +60,6 @@ public:
        //@}
 
        ///
-       xftFontLoader & fontLoader() { return font_loader_; }
 
 private:
        ///