X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=b845666d143e0666fa91696212be306acadeff60;hb=22f599250e926555bdef0d50ee2198b3eb2da02a;hp=58f2696fa6e531ace6d6812aeee8b7e15841916d;hpb=183b188ebe3489aebb372c00818afaab870cf4b8;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 58f2696fa6..b845666d14 100644 --- a/src/Font.h +++ b/src/Font.h @@ -85,11 +85,12 @@ public: OutputParams const & runparams, Font const & base, Font const & next, + bool & needPar, bool const & closeLanguage = true) const; /// Build GUI description of font state - docstring const stateText(BufferParams * params) const; + docstring const stateText(BufferParams * params = 0, bool const terse = false) const; /// void validate(LaTeXFeatures & features) const; @@ -131,11 +132,6 @@ bool operator!=(Font const & font1, Font const & font2) return !(font1 == font2); } -/** Returns the current freefont, encoded as a std::string to be passed to the - * frontends. Implemented in Text3.cpp. - */ -std::string const freefont2string(); - } // namespace lyx #endif