]> 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 560ccefbcdb4b6cc628059c0601745ee91ff7962..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
@@ -406,12 +408,7 @@ public:
        ///
        std::string const parseFontName(std::string const & name) const;
        /// set up the document fonts
-       std::string const loadFonts(std::string const & rm,
-                                    std::string const & sf, std::string const & tt,
-                                    bool const & sc, bool const & osf,
-                                    int const & sfscale, int const & ttscale,
-                                    bool const & use_nonlatexfonts,
-                                    LaTeXFeatures & features) const;
+       std::string const loadFonts(LaTeXFeatures & features) const;
 
        /// the cite engine modules
        LayoutModuleList const & citeEngine() const