]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FontLoader.h
Move the global formats and system_formats variables into the
[lyx.git] / src / frontends / FontLoader.h
index 20fe5b886ec2fffeaa8b8cc3b15f00e963e268e7..ac1854a345073e730665b4ddf5c62a7b2fdfe3de 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef FONTLOADER_H
 #define FONTLOADER_H
 
+#include "support/strfwd.h"
+
 namespace lyx {
 
 class FontInfo;
@@ -36,6 +38,9 @@ public:
        /// Is the given font available ?
        bool available(FontInfo const & f);
 
+       /// Can the given symbol be displayed in general?
+       bool canBeDisplayed(char_type c);
+
        /// Get the Font metrics for this FontInfo
        FontMetrics const & metrics(FontInfo const & f);
 };