X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=a77902a5800e985c38f5c9dcb238933e00887da7;hb=e694199837172dd4927eb64112e00f85a426eb8e;hp=90d91b35190a54cb7d55324aadb1e0843cb62e33;hpb=1f945177b9628b213c60872df88f2d155c3d6c54;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index 90d91b3519..a77902a580 100644 --- a/src/LaTeXFonts.h +++ b/src/LaTeXFonts.h @@ -64,13 +64,13 @@ public: bool osfDefault() const { return osfdefault_; } /// Is this font available? bool available(bool ot1, bool nomath); - /// Does this font provide an alternative without math? + /// Does this font provide an alternative without math? bool providesNoMath(bool ot1, bool complete); /// Does this font provide Old Style Figures? 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 + /** does this font provide OSF and Small Caps only via * a single, undifferentiated expert option? */ bool hasMonolithicExpertSet(bool ot1, bool complete, bool nomath); @@ -89,7 +89,7 @@ public: /// bool readFont(Lexer & lex); private: - /// Return the preferred available package + /// Return the preferred available package std::string const getAvailablePackage(bool dryrun); /// Return the package options std::string const getPackageOptions(bool ot1, @@ -139,8 +139,8 @@ private: /// bool switchdefault_; }; - - + + /** The list of available LaTeX fonts */ class LaTeXFonts {