]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FontLoader.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / FontLoader.h
index e674a26ff1de3e9c14475b91bbc16e8095274ff3..bddf8afcda0a2a30095b943fca6fa5992830b8be 100644 (file)
 #ifndef LYX_FONTLOADER_H
 #define LYX_FONTLOADER_H
 
+namespace lyx {
+
 class LyXFont;
 
-namespace lyx {
 namespace frontend {
 
 class FontMetrics;
@@ -38,7 +39,12 @@ public:
        virtual FontMetrics const & metrics(LyXFont const & f) = 0;
 };
 
+
 } // namespace frontend
+
+/// Implementation is in Application.C
+extern frontend::FontLoader & theFontLoader();
+
 } // namespace lyx
 
 #endif // QFONT_LOADER_H