]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
src/support/unlink.C: Fix an #include error
[lyx.git] / src / lyxfont.h
index 3b8842a37f0fdee0d76806b8e6e857a804370dc2..b8ac5516557aa9f4d300a1c81f7cd273704513c5 100644 (file)
@@ -62,6 +62,8 @@ public:
                ///
                WASY_FAMILY,
                ///
+               ESINT_FAMILY,
+               ///
                INHERIT_FAMILY,
                ///
                IGNORE_FAMILY,
@@ -308,7 +310,7 @@ public:
                                 LyXFont const & next) const;
 
        /// Build GUI description of font state
-       std::string const stateText(BufferParams * params) const;
+       docstring const stateText(BufferParams * params) const;
 
        ///
        LColor_color realColor() const;
@@ -379,6 +381,7 @@ bool LyXFont::isSymbolFont() const
        case LyXFont::MSA_FAMILY:
        case LyXFont::MSB_FAMILY:
        case LyXFont::WASY_FAMILY:
+       case LyXFont::ESINT_FAMILY:
                return true;
        default:
                return false;