]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Do not check for LaTeX fonts if we use nonTeXFont
[lyx.git] / src / BufferParams.h
index 0d45a45434a1a468a972e2325377dd49a5de5c83..306e5bc3d2691383193de70b95a5bf5db697b8f8 100644 (file)
@@ -248,6 +248,8 @@ public:
        std::string fonts_sans;
        /// the tt font
        std::string fonts_typewriter;
+       /// the math font
+       std::string fonts_math;
        /// the default family (rm, sf, tt)
        std::string fonts_default_family;
        /// use the fonts of the OS (OpenType, True Type) directly