X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=b845666d143e0666fa91696212be306acadeff60;hb=b96ce9a9c101a711ef8a1cdd5d6fe812a18966da;hp=8b8ddf8d28acb308bf616c614e6213315e167696;hpb=55bbd67cde18184082b074f669a6b81cc48257b6;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 8b8ddf8d28..b845666d14 100644 --- a/src/Font.h +++ b/src/Font.h @@ -90,7 +90,7 @@ public: /// 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; @@ -132,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