X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=a50a0770d9fa1740f71dbb888254ab61e860f70b;hb=ca6fba31fbc44e4b4ed6457b16f3f0d2ee28b7f0;hp=f4f09b717f15896d760740ae25b5a02a9a0567a1;hpb=9cbba74a62bce39c5128800474edcb45028a6df2;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index f4f09b717f..a50a0770d9 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 @@ -78,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); ///