X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.h;h=42eea31e9209f05ceb3a8ada7402c71eecc52ad2;hb=dab71087cf2954b77d3d2c0e67b868f9be82fba9;hp=3e0ac5d4a7a566d28f2c765124c0307d4f19c224;hpb=cfb8b214d182052ee0ac2475de936273c51f2d99;p=lyx.git diff --git a/src/FontInfo.h b/src/FontInfo.h index 3e0ac5d4a7..42eea31e92 100644 --- a/src/FontInfo.h +++ b/src/FontInfo.h @@ -161,6 +161,9 @@ public: /// \param realize the \param font against the current FontInfo. Changer change(FontInfo font, bool realize = false); + /// Build GUI description of font state + docstring const stateText(bool const terse = false) const; + private: friend bool operator==(FontInfo const & lhs, FontInfo const & rhs);