]> git.lyx.org Git - lyx.git/blobdiff - src/Font.h
Move the inPixels(MetricsBase) help from Length to MetricsBase.
[lyx.git] / src / Font.h
index 2cdd5c1f2e4fcae3ba7f50bc69378b8208844a05..8b8ddf8d28acb308bf616c614e6213315e167696 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef FONT_H
 #define FONT_H
 
-#include "ColorCode.h"
 #include "FontInfo.h"
 
 #include "support/strfwd.h"
@@ -27,6 +26,7 @@ class BufferParams;
 class Language;
 class LaTeXFeatures;
 class OutputParams;
+class otexstream;
 
 ///
 class Font {
@@ -81,10 +81,11 @@ public:
            Returns number of chars written. Base is the font state we want
            to achieve.
        */
-       int latexWriteEndChanges(odocstream &, BufferParams const & bparams,
+       int latexWriteEndChanges(otexstream &, BufferParams const & bparams,
                                 OutputParams const & runparams,
                                 Font const & base,
                                 Font const & next,
+                                bool & needPar,
                                 bool const & closeLanguage = true) const;