X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFonts.h;h=481c2f78cb4f48e40ccdf2d2916a4a53a234581f;hb=ada09a2cdac01dec141c1fd680b0a8c4f77c2237;hp=5150a9a306aba59515072d7f26edf43c07e0dc57;hpb=efefde4c0025c1644dda21b1af639d89550a1504;p=lyx.git diff --git a/src/LaTeXFonts.h b/src/LaTeXFonts.h index 5150a9a306..481c2f78cb 100644 --- a/src/LaTeXFonts.h +++ b/src/LaTeXFonts.h @@ -48,8 +48,6 @@ public: docstring const & ot1font() { return ot1font_; } /// A font that provides Old Style Figures for this type face docstring const & osffont() { return osffont_; } - /// A package option needed to load this font - docstring const & packageoptions() { return packageoptions_; } /// A package option for Old Style Figures docstring const & osfoption() { return osfoption_; } /// A package option for true SmallCaps @@ -61,7 +59,7 @@ public: /// Does this provide additional options? bool providesMoreOptions(bool ot1, bool complete, bool nomath); /// Alternative requirement to test for - docstring const & requires() { return requires_; } + docstring const & required() { return requires_; } /// Does this font provide a given \p feature bool provides(std::string const & name, bool ot1, bool complete, bool nomath); @@ -86,7 +84,7 @@ public: /// Return the LaTeX Code std::string const getLaTeXCode(bool dryrun, bool ot1, bool complete, bool sc, bool osf, bool nomath, - std::string const extraopts = std::string(), + std::string const & extraopts = std::string(), int const & scale = 100); /// Return the actually used font docstring const getUsedFont(bool ot1, bool complete, bool nomath); @@ -105,7 +103,7 @@ private: bool sc, bool osf, int scale, - std::string const extraopts, + std::string const & extraopts, bool nomath); /// Return an alternative font LaTeXFont altFont(docstring const & name);