X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=b59f015eca7d9318deb5ec513f6755681c45e453;hb=9d1031771e4a30548d89efa49580e3d8b6dae119;hp=8a5942864bf24f47b6b42c08685a17eeba3c7661;hpb=5791b8bff8650be1ce0a3ee142e131fbc8de8587;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 8a5942864b..b59f015eca 100644 --- a/src/Font.h +++ b/src/Font.h @@ -47,8 +47,6 @@ public: bool isVisibleRightToLeft() const; /// void setLanguage(Language const * l); - /// - void setProperties(FontInfo const & f); /// Returns size of font in LaTeX text notation std::string const latexSize() const; @@ -78,8 +76,8 @@ public: OutputParams const & runparams, Font const & base, Font const & prev, - bool const & non_inherit_inset = false, - bool const & needs_cprotection = false) const; + bool non_inherit_inset = false, + bool needs_cprotection = false) const; /** Writes the tail of the LaTeX needed to change to this font. Returns number of chars written. Base is the font state we want @@ -90,8 +88,7 @@ public: Font const & base, Font const & next, bool & needPar, - bool const & closeLanguage = true, - bool const & multipar_inset = false) const; + bool closeLanguage = true) const; /// Build GUI description of font state @@ -122,6 +119,9 @@ private: mutable bool open_encoding_; }; +/// +std::ostream & operator<<(std::ostream & os, FontInfo const & f); + /// inline