]> git.lyx.org Git - features.git/blobdiff - src/Font.h
Correctly set font decorations for multipar insets
[features.git] / src / Font.h
index 9b08c8387c210c55d658d1412e26f165eb433e97..8a5942864bf24f47b6b42c08685a17eeba3c7661 100644 (file)
@@ -47,6 +47,8 @@ public:
        bool isVisibleRightToLeft() const;
        ///
        void setLanguage(Language const * l);
+       ///
+       void setProperties(FontInfo const & f);
 
        /// Returns size of font in LaTeX text notation
        std::string const latexSize() const;
@@ -88,7 +90,8 @@ public:
                                 Font const & base,
                                 Font const & next,
                                 bool & needPar,
-                                bool const & closeLanguage = true) const;
+                                bool const & closeLanguage = true,
+                                bool const & multipar_inset = false) const;
 
 
        /// Build GUI description of font state