X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfont.h;h=0cfaaf24c5d94dbbcd5427f2a5b60f698dce5032;hb=bcb1654b15ee0a1efe8e4e1f7ddde4faeeae1cf4;hp=34a0b24325f9851fd4acc8b38bd73b949db94058;hpb=2db7521b7080d63acbcd3bd5bfe892f5a414b2b0;p=lyx.git diff --git a/src/lyxfont.h b/src/lyxfont.h index 34a0b24325..0cfaaf24c5 100644 --- a/src/lyxfont.h +++ b/src/lyxfont.h @@ -300,17 +300,20 @@ public: font state active now. */ int latexWriteStartChanges(odocstream &, LyXFont const & base, - LyXFont const & prev) const; + LyXFont const & prev, + BufferParams const &) 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 to achieve. */ int latexWriteEndChanges(odocstream &, LyXFont const & base, - LyXFont const & next) const; + LyXFont const & next, + BufferParams const &) const; + /// Build GUI description of font state - std::string const stateText(BufferParams * params) const; + docstring const stateText(BufferParams * params) const; /// LColor_color realColor() const;