]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
Correct Right Arrow key processing in Modules list
[lyx.git] / src / Font.h
index 40a7d28307a42217ff8b92608ab53b6fa64e6432..9b08c8387c210c55d658d1412e26f165eb433e97 100644 (file)
@@ -72,10 +72,12 @@ public:
            to this font. Returns number of chars written. Base is the
            font state active now.
        */
-       int latexWriteStartChanges(odocstream &, BufferParams const & bparams,
+       int latexWriteStartChanges(otexstream &, BufferParams const & bparams,
                                   OutputParams const & runparams,
                                   Font const & base,
-                                  Font const & prev) const;
+                                  Font const & prev,
+                                  bool const & non_inherit_inset = false,
+                                  bool const & needs_cprotection = false) const;
 
        /** Writes the tail of the LaTeX needed to change to this font.
            Returns number of chars written. Base is the font state we want
@@ -86,8 +88,7 @@ public:
                                 Font const & base,
                                 Font const & next,
                                 bool & needPar,
-                                bool const & closeLanguage = true,
-                                bool const & non_inherit_inset = false) const;
+                                bool const & closeLanguage = true) const;
 
 
        /// Build GUI description of font state