X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=8c9da88e5eca9b3d1342d2ad75e7466cc85c0bfe;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=d79d45651c494f492760ccff6436ba0e9b7178cb;hpb=8f9898994d93d8f215f041bf42df0e06d028bbee;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index d79d45651c..8c9da88e5e 100644 --- a/src/LaTeXFonts.h +++ b/src/LaTeXFonts.h @@ -70,6 +70,10 @@ public: bool providesOSF(bool ot1, bool complete, bool nomath); /// Does this font provide optional true SmallCaps? bool providesSC(bool ot1, bool complete, bool nomath); + /** does this font provide OSF and Small Caps only via + * a single, undifferentiated expert option? + */ + bool hasMonolithicExpertSet(bool ot1, bool complete, bool nomath); /// Does this font provide scaling? bool providesScale(bool ot1, bool complete, bool nomath); /// Return the LaTeX Code @@ -127,6 +131,8 @@ private: /// docstring requires_; /// + std::string preamble_; + /// bool osfdefault_; /// bool switchdefault_;