]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFonts.h
Unify naming of menu items
[features.git] / src / LaTeXFonts.h
index a6d875dd608473886e92acb9bdcaea3563d07ac8..1da7d06e4f8b55f903b6b6049e9a52821799b2e5 100644 (file)
@@ -57,6 +57,8 @@ public:
        docstring const & osfscoption() { return osfscoption_; }
        /// A package option for font scaling
        docstring const & scaleoption() { return scaleoption_; }
+       /// A macro for font scaling
+       docstring const & scalecmd() { return scalecmd_; }
        /// Does this provide additional options?
        bool providesMoreOptions(bool ot1, bool complete, bool nomath);
        /// Alternative requirement to test for
@@ -88,7 +90,7 @@ public:
        std::string const getLaTeXCode(bool dryrun, bool ot1, bool complete,
                                       bool sc, bool osf, bool nomath,
                                       std::string const & extraopts = std::string(),
-                                      int const & scale = 100);
+                                      int scale = 100);
        /// Return the actually used font
        docstring const getUsedFont(bool ot1, bool complete, bool nomath, bool osf);
        /// Return the actually used package
@@ -141,6 +143,8 @@ private:
        ///
        docstring scaleoption_;
        ///
+       docstring scalecmd_;
+       ///
        std::vector<std::string> provides_;
        ///
        docstring required_;