]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Center correctly top labels like Abstract.
[lyx.git] / src / FontInfo.h
index 3e0ac5d4a7a566d28f2c765124c0307d4f19c224..42eea31e9209f05ceb3a8ada7402c71eecc52ad2 100644 (file)
@@ -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);