X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=306e5bc3d2691383193de70b95a5bf5db697b8f8;hb=e55aa4359f1c31065ead0de542fa134ee6acb6f7;hp=dac9a4aef6c4c9d913710cce9aa2b81ec5a7a290;hpb=7ef8df460ae85bc19ce37124702599a469beb5eb;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index dac9a4aef6..306e5bc3d2 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -200,6 +200,9 @@ public: /// returns the main font for the buffer (document) Font const getFont() const; + /// translate quote style string to enum value + InsetQuotes::QuoteLanguage getQuoteStyle(std::string const qs) const; + /* these are for the PaperLayout */ /// the papersize PAPER_SIZE papersize; @@ -245,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 @@ -403,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