X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=90d91b35190a54cb7d55324aadb1e0843cb62e33;hb=e335c764b47f8154973be212b446d9c13972cdf3;hp=8c9da88e5eca9b3d1342d2ad75e7466cc85c0bfe;hpb=a063defd9f7c56e2ecb5ff11f0ad9bf62fa267ad;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index 8c9da88e5e..90d91b3519 100644 --- a/src/LaTeXFonts.h +++ b/src/LaTeXFonts.h @@ -26,7 +26,7 @@ class Lexer; class LaTeXFont { public: /// TeX font - LaTeXFont() : switchdefault_(false) {} + LaTeXFont() : osfdefault_(false), switchdefault_(false) {} /// The font name docstring const & name() { return name_; } /// The name to appear in the document dialog @@ -82,6 +82,8 @@ public: int const & scale = 100); /// Return the actually used font docstring const getUsedFont(bool ot1, bool complete, bool nomath); + /// Return the actually used package + docstring const getUsedPackage(bool ot1, bool complete, bool nomath); /// bool read(Lexer & lex); /// @@ -131,7 +133,7 @@ private: /// docstring requires_; /// - std::string preamble_; + docstring preamble_; /// bool osfdefault_; ///